Skip to content

Commit 29514cb

Browse files
yetrunYet Run
authored andcommitted
发布 0.1.5:WebPack 包应该放在 devDependencies 下
1 parent c6f8577 commit 29514cb

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

package.json

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json5-to-table",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "JSON 数据转化为表格的工具,支持深层嵌套数据,支持模式定义",
55
"main": "dist/bundle.js",
66
"bin": {
@@ -18,10 +18,25 @@
1818
"test/**/*"
1919
]
2020
},
21-
"files": ["README.md", "LICENSE", "bin", "dist"],
22-
"keywords": ["nested", "json", "table", "schema", "html", "excel", "json-to-table"],
21+
"files": [
22+
"README.md",
23+
"LICENSE",
24+
"bin",
25+
"dist"
26+
],
27+
"keywords": [
28+
"nested",
29+
"json",
30+
"table",
31+
"schema",
32+
"html",
33+
"excel",
34+
"json-to-table"
35+
],
2336
"devDependencies": {
2437
"ava": "^3.15.0",
38+
"webpack": "^5.51.1",
39+
"webpack-cli": "^4.8.0",
2540
"xlsx": "^0.17.1"
2641
},
2742
"dependencies": {
@@ -32,8 +47,6 @@
3247
"lodash.isobject": "^3.0.2",
3348
"lodash.isstring": "^4.0.1",
3449
"lodash.merge": "^4.6.2",
35-
"webpack": "^5.51.1",
36-
"webpack-cli": "^4.8.0",
3750
"yargs": "^17.1.1"
3851
}
3952
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,8 +2517,8 @@ wcwidth@^1.0.1:
25172517

25182518
webpack-cli@^4.8.0:
25192519
version "4.8.0"
2520-
resolved "https://registry.nlark.com/webpack-cli/download/webpack-cli-4.8.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-cli%2Fdownload%2Fwebpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1"
2521-
integrity sha1-X8PIuUAdPIpD4q/OrPqCYZYjONE=
2520+
resolved "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.8.0.tgz#5fc3c8b9401d3c8a43e2afceacfa8261962338d1"
2521+
integrity sha512-+iBSWsX16uVna5aAYN6/wjhJy1q/GKk4KjKvfg90/6hykCTSgozbfz5iRgDTSJt/LgSbYxdBX3KBHeobIs+ZEw==
25222522
dependencies:
25232523
"@discoveryjs/json-ext" "^0.5.0"
25242524
"@webpack-cli/configtest" "^1.0.4"
@@ -2549,8 +2549,8 @@ webpack-sources@^3.2.0:
25492549

25502550
webpack@^5.51.1:
25512551
version "5.51.1"
2552-
resolved "https://registry.nlark.com/webpack/download/webpack-5.51.1.tgz?cache=0&sync_timestamp=1629382671528&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack%2Fdownload%2Fwebpack-5.51.1.tgz#41bebf38dccab9a89487b16dbe95c22e147aac57"
2553-
integrity sha1-Qb6/ONzKuaiUh7FtvpXCLhR6rFc=
2552+
resolved "https://registry.npmjs.org/webpack/-/webpack-5.51.1.tgz#41bebf38dccab9a89487b16dbe95c22e147aac57"
2553+
integrity sha512-xsn3lwqEKoFvqn4JQggPSRxE4dhsRcysWTqYABAZlmavcoTmwlOb9b1N36Inbt/eIispSkuHa80/FJkDTPos1A==
25542554
dependencies:
25552555
"@types/eslint-scope" "^3.7.0"
25562556
"@types/estree" "^0.0.50"

0 commit comments

Comments
 (0)