Skip to content

Commit

Permalink
webpack cli was added to dependencies by a mistake
Browse files Browse the repository at this point in the history
Thanks for pointing that out. Fixes #80
  • Loading branch information
andreassolberg authored Aug 13, 2018
1 parent 543ddde commit 50764f1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"qunit": "^2.5.1",
"webpack": "^4.1.1"
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
},
"author": "Andreas Åkre Solberg",
"license": "LGPL-2.1",
Expand All @@ -54,6 +55,6 @@
},
"homepage": "https://github.com/andreassolberg/jso",
"dependencies": {
"webpack-cli": "^2.0.12"

}
}

0 comments on commit 50764f1

Please sign in to comment.