Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
Add webpack-cli dependency
Browse files Browse the repository at this point in the history
Add the new development dependency required by the up-to-date webpack
installation.

Signed-off-by: Peter Schwarz <pschwarz@bitwise.io>
  • Loading branch information
peterschwarz committed Apr 26, 2019
1 parent 0157f61 commit ba6c92b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions asset_client/package.json
Expand Up @@ -43,6 +43,7 @@
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": ">=3.1.11"
}
}
1 change: 1 addition & 0 deletions fish_client/package.json
Expand Up @@ -43,6 +43,7 @@
"standard": "^10.0.3",
"style-loader": "^0.18.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": ">=3.1.11"
}
}

0 comments on commit ba6c92b

Please sign in to comment.