Skip to content

Commit 1576cf2

Browse files
authored
Allow webpack 3 as a peer dependency
1 parent c273f12 commit 1576cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"ts-loader": "^2.1.0",
4949
"tslint": "^5.0.0",
5050
"typescript": "^2.1.0",
51-
"webpack": "^2.0.0"
51+
"webpack": "^3.0.0"
5252
},
5353
"peerDependencies": {
5454
"typescript": "^2.1.0",
55-
"webpack": "^2.0.0"
55+
"webpack": "^2.0.0 || ^3.0.0"
5656
},
5757
"dependencies": {
5858
"chalk": "^1.1.3",

0 commit comments

Comments
 (0)