Skip to content

Commit 76c94fc

Browse files
author
Valentyn
committed
varsion 1.1.4. another take on fixing peerDependencies warnings
1 parent f1d9900 commit 76c94fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sync-webpack-plugin",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "BrowserSync and Webpack integration",
55
"keywords": [
66
"webpack",
@@ -16,8 +16,8 @@
1616
},
1717
"devDependencies": {},
1818
"peerDependencies": {
19-
"browser-sync": "2.x.x",
20-
"webpack": "1 || 2 || ^2.0.0-beta || ^2.1.0-beta"
19+
"browser-sync": "^2",
20+
"webpack": "^1 || ^2 || ^2.0.0-beta || ^2.1.0-beta || ^2.2.0-rc.0"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)