We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d9900 commit 76c94fcCopy full SHA for 76c94fc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browser-sync-webpack-plugin",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "BrowserSync and Webpack integration",
5
"keywords": [
6
"webpack",
@@ -16,8 +16,8 @@
16
},
17
"devDependencies": {},
18
"peerDependencies": {
19
- "browser-sync": "2.x.x",
20
- "webpack": "1 || 2 || ^2.0.0-beta || ^2.1.0-beta"
+ "browser-sync": "^2",
+ "webpack": "^1 || ^2 || ^2.0.0-beta || ^2.1.0-beta || ^2.2.0-rc.0"
21
22
"repository": {
23
"type": "git",
0 commit comments