Skip to content

Commit

Permalink
Add Webpack as devDependency (#17379)
Browse files Browse the repository at this point in the history
This is now used by the Flight package so it needs to be installed as a
peer.
  • Loading branch information
sebmarkbage committed Nov 15, 2019
1 parent 39dbb14 commit 8e74a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -87,7 +87,8 @@
"targz": "^1.0.1",
"through2": "^2.0.0",
"tmp": "~0.0.28",
"typescript": "~1.8.10"
"typescript": "~1.8.10",
"webpack": "^4.41.2"
},
"devEngines": {
"node": "8.x || 9.x || 10.x || 11.x || 12.x"
Expand Down

0 comments on commit 8e74a31

Please sign in to comment.