Skip to content

Commit

Permalink
fix(webpack): bring in "open" to cli deps to avoid breaking existing …
Browse files Browse the repository at this point in the history
…webpack apps
  • Loading branch information
3cp committed Jun 20, 2019
1 parent 3f8c7d4 commit 1258f4f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"karma-webpack": "^4.0.0-rc.3",
"minimatch": "^3.0.4",
"node-sass": "^4.11.0",
"open": "^6.3.0",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"promise-polyfill": "^8.1.0",
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"mkdirp": "^0.5.1",
"node-libs-browser": "^2.2.0",
"npm-which": "^3.0.1",
"open": "^6.3.0",
"preprocess": "^3.1.0",
"pumpify": "^1.5.1",
"querystring-es3": "1.0.0-0",
Expand Down
1 change: 0 additions & 1 deletion skeleton/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
"json-loader": "",
"html-loader": "",
"istanbul-instrumenter-loader": "",
"open": "",
"webpack-bundle-analyzer": "",
}
}

0 comments on commit 1258f4f

Please sign in to comment.