Skip to content

Commit 0f23612

Browse files
committed
Add Webpack as devDependency
This is now used by the Flight package so it needs to be installed as a peer.
1 parent 39dbb14 commit 0f23612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
"targz": "^1.0.1",
8888
"through2": "^2.0.0",
8989
"tmp": "~0.0.28",
90-
"typescript": "~1.8.10"
90+
"typescript": "~1.8.10",
91+
"webpack": "^4.41.2"
9192
},
9293
"devEngines": {
9394
"node": "8.x || 9.x || 10.x || 11.x || 12.x"

0 commit comments

Comments
 (0)