@modern-js/plugin-module-babel 2.6.0 → 2.8.0
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.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
|
@@ -32,8 +32,8 @@ export default defineConfig({
|
|
|
32
32
|
|
|
33
33
|
## Contributing
|
|
34
34
|
|
|
35
|
-
Please read the [Contributing Guide](https://github.com/
|
|
35
|
+
Please read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).
|
|
36
36
|
|
|
37
37
|
## License
|
|
38
38
|
|
|
39
|
-
Modern.js is [MIT licensed](https://github.com/
|
|
39
|
+
Modern.js is [MIT licensed](https://github.com/web-infra-dev/modern.js/blob/main/LICENSE).
|
package/package.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"name": "@modern-js/plugin-module-babel",
|
|
3
3
|
"description": "The babel plugin of Modern.js Module Tools.",
|
|
4
4
|
"homepage": "https://modernjs.dev/module-tools",
|
|
5
|
-
"bugs": "https://github.com/
|
|
6
|
-
"repository": "
|
|
5
|
+
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
|
|
6
|
+
"repository": "web-infra-dev/modern.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"react",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.8.0",
|
|
15
15
|
"types": "./dist/index.d.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"dependencies": {
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@types/node": "^14",
|
|
23
23
|
"typescript": "^4",
|
|
24
24
|
"jest": "^27",
|
|
25
|
-
"@
|
|
26
|
-
"@scripts/
|
|
27
|
-
"@
|
|
25
|
+
"@modern-js/module-tools": "2.8.0",
|
|
26
|
+
"@scripts/jest-config": "2.8.0",
|
|
27
|
+
"@scripts/build": "2.8.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@modern-js/module-tools": "^2.
|
|
30
|
+
"@modern-js/module-tools": "^2.8.0"
|
|
31
31
|
},
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"publishConfig": {
|