Skip to content

Commit dbda5de

Browse files
committed
upgrade webpack-bundle-analyzer
1 parent 5331984 commit dbda5de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"ci": "npm run lint && npm run prettier && npm run test",
1515
"new": "node ./bin/index.js"
1616
},
17+
"engines": {
18+
"node": ">=8"
19+
},
1720
"husky": {
1821
"hooks": {
1922
"pre-push": "npm run lint"
@@ -79,7 +82,7 @@
7982
"uglifyjs-webpack-plugin": "^2.0.1",
8083
"url-loader": "^1.1.1",
8184
"webpack": "^4.20.2",
82-
"webpack-bundle-analyzer": "^3.0.3",
85+
"webpack-bundle-analyzer": "^3.3.2",
8386
"webpack-cli": "^3.1.1",
8487
"webpack-dev-server": "^3.1.14",
8588
"webpack-merge": "^4.1.4"

0 commit comments

Comments
 (0)