Skip to content

Commit

Permalink
use webpack as optional dependency (#202)
Browse files Browse the repository at this point in the history
* use webpack as optional dependency

* Update package.json
  • Loading branch information
evenstensberg authored Dec 13, 2017
1 parent 50ca316 commit ee31b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"prettier-eslint-cli": "^4.3.2"
},
"optionalDependencies": {
"schema-utils": "^0.4.2"
"schema-utils": "^0.4.2",
"webpack": "^4.0.0-alpha.0"
}
}

0 comments on commit ee31b67

Please sign in to comment.