Skip to content

Commit f1d9900

Browse files
author
Valentyn
committed
proper webpack 2 peer dependency definition. version 1.1.3
1 parent 857c886 commit f1d9900

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
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sync-webpack-plugin",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "BrowserSync and Webpack integration",
55
"keywords": [
66
"webpack",
@@ -17,7 +17,7 @@
1717
"devDependencies": {},
1818
"peerDependencies": {
1919
"browser-sync": "2.x.x",
20-
"webpack": "1.x.x || 2.x.x"
20+
"webpack": "1 || 2 || ^2.0.0-beta || ^2.1.0-beta"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)