@modern-js/plugin-module-polyfill 2.7.0 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
@@ -27,8 +27,8 @@ export default defineConfig({
|
|
27
27
|
|
28
28
|
## Contributing
|
29
29
|
|
30
|
-
Please read the [Contributing Guide](https://github.com/
|
30
|
+
Please read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).
|
31
31
|
|
32
32
|
## License
|
33
33
|
|
34
|
-
Modern.js is [MIT licensed](https://github.com/
|
34
|
+
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-polyfill",
|
3
3
|
"description": "The polyfill 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/types/index.d.ts",
|
16
16
|
"main": "./dist/index.js",
|
17
17
|
"devDependencies": {
|
@@ -19,12 +19,12 @@
|
|
19
19
|
"@types/node": "^14",
|
20
20
|
"typescript": "^4",
|
21
21
|
"jest": "^27",
|
22
|
-
"@scripts/build": "2.
|
23
|
-
"@
|
24
|
-
"@
|
22
|
+
"@scripts/build": "2.8.0",
|
23
|
+
"@scripts/jest-config": "2.8.0",
|
24
|
+
"@modern-js/module-tools": "2.8.0"
|
25
25
|
},
|
26
26
|
"peerDependencies": {
|
27
|
-
"@modern-js/module-tools": "^2.
|
27
|
+
"@modern-js/module-tools": "^2.8.0",
|
28
28
|
"core-js-pure": "^3.25.0"
|
29
29
|
},
|
30
30
|
"dependencies": {
|