@milkdown/preset-gfm 7.0.0-next.1 → 7.0.0-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -8,4 +8,4 @@ Documentation can be found on the [Milkdown website](https://milkdown.dev/preset
8
8
 
9
9
  # License
10
10
 
11
- Milkdown is open sourced software licensed under [MIT license](https://github.com/Saul-Mirone/milkdown/blob/main/LICENSE).
11
+ Milkdown is open sourced software licensed under [MIT license](https://github.com/Milkdown/milkdown/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@milkdown/preset-gfm",
3
3
  "type": "module",
4
- "version": "7.0.0-next.1",
4
+ "version": "7.0.0-next.2",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/Saul-Mirone/milkdown.git",
8
+ "url": "git+https://github.com/Milkdown/milkdown.git",
9
9
  "directory": "packages/preset-gfm"
10
10
  },
11
11
  "keywords": [
@@ -31,15 +31,15 @@
31
31
  "dependencies": {
32
32
  "remark-gfm": "^3.0.0",
33
33
  "tslib": "^2.4.0",
34
- "@milkdown/exception": "7.0.0-next.1",
35
- "@milkdown/utils": "7.0.0-next.1"
34
+ "@milkdown/exception": "7.0.0-next.2",
35
+ "@milkdown/utils": "7.0.0-next.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@milkdown/core": "7.0.0-next.1",
39
- "@milkdown/ctx": "7.0.0-next.1",
40
- "@milkdown/preset-commonmark": "7.0.0-next.1",
41
- "@milkdown/prose": "7.0.0-next.1",
42
- "@milkdown/transformer": "7.0.0-next.1"
38
+ "@milkdown/core": "7.0.0-next.2",
39
+ "@milkdown/ctx": "7.0.0-next.2",
40
+ "@milkdown/preset-commonmark": "7.0.0-next.2",
41
+ "@milkdown/prose": "7.0.0-next.2",
42
+ "@milkdown/transformer": "7.0.0-next.2"
43
43
  },
44
44
  "nx": {
45
45
  "targets": {