diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 14:44:21 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 15:17:43 +0900 |
commit | 612f0f4e0c167962ec406c3c8c58469b88c53001 (patch) | |
tree | 48756985f5fe784d0f7ccde40fe5430709370858 /package.json | |
parent | 8b8f9fb1e6987044071f5ca8117fa360881e5b83 (diff) |
Install webpack-cli@3.3.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 68b2e0c..6fdc4eb 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "style-loader": "^0.23.1", "webextensions-api-fake": "^0.5.1", "webpack": "^4.30.0", - "webpack-cli": "^3.3.0" + "webpack-cli": "^3.3.1" } } |