@modern-js/utils 1.1.6 → 1.1.7-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -8
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "1.1.
|
14
|
+
"version": "1.1.7-alpha.0",
|
15
15
|
"jsnext:source": "./src/index.ts",
|
16
16
|
"types": "./dist/types/index.d.ts",
|
17
17
|
"main": "./dist/js/node/index.js",
|
@@ -40,6 +40,7 @@
|
|
40
40
|
},
|
41
41
|
"dependencies": {
|
42
42
|
"@babel/runtime": "^7",
|
43
|
+
"typescript": "^4.4.3",
|
43
44
|
"@types/fs-extra": "^9.0.12",
|
44
45
|
"browserslist": "^4.16.7",
|
45
46
|
"chalk": "^4.1.2",
|
@@ -66,11 +67,8 @@
|
|
66
67
|
"@types/recursive-readdir": "^2.2.0",
|
67
68
|
"typescript": "^4",
|
68
69
|
"webpack": "^5.54.0",
|
69
|
-
"@modern-js/plugin-testing": "^1.2.
|
70
|
-
"@modern-js/module-tools": "^1.1.
|
71
|
-
},
|
72
|
-
"peerDependencies": {
|
73
|
-
"typescript": "^4.4.3"
|
70
|
+
"@modern-js/plugin-testing": "^1.2.0",
|
71
|
+
"@modern-js/module-tools": "^1.1.5"
|
74
72
|
},
|
75
73
|
"sideEffects": false,
|
76
74
|
"publishConfig": {
|
@@ -81,6 +79,5 @@
|
|
81
79
|
"new": "modern new",
|
82
80
|
"build": "modern build",
|
83
81
|
"test": "modern test --passWithNoTests"
|
84
|
-
}
|
85
|
-
"readme": "\n<p align=\"center\">\n <a href=\"https://modernjs.dev\" target=\"blank\"><img src=\"https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png\" width=\"300\" alt=\"Modern.js Logo\" /></a>\n</p>\n<p align=\"center\">\n现代 Web 工程体系\n <br/>\n <a href=\"https://modernjs.dev\" target=\"blank\">\n modernjs.dev\n </a>\n</p>\n<p align=\"center\">\n The meta-framework suite designed from scratch for frontend-focused modern web development\n</p>\n\n# Introduction\n\n> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.\n\n- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)\n\n## Getting Started\n\n- [Quick Start](https://modernjs.dev/docs/start)\n- [Guides](https://modernjs.dev/docs/guides)\n- [API References](https://modernjs.dev/docs/apis)\n\n## Contributing\n\n- [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)\n"
|
82
|
+
}
|
86
83
|
}
|