Skip to content

Commit

Permalink
Updated dependencies to get latest webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed May 28, 2018
1 parent b2171d5 commit b915860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -75,13 +75,14 @@
"toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
},
"devDependencies": {
"doctoc": "^0.15.0",
"doctoc": "^1.3.1",
"eslint": "^4.19.1",
"live-server": "^1.2.0",
"npm-run-all": "^4.1.2",
"nyc": "^11.7.1",
"watch": "^1.0.2",
"webpack": "^3.10"
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4"
},
"nyc": {
"reporter": "html"
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -5,6 +5,7 @@ module.exports = [
// Web build.
{
entry: "./source-map.js",
mode: "production",
output: {
path: distDir,
filename: "source-map.js",
Expand Down

0 comments on commit b915860

Please sign in to comment.