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 857c886 commit f1d9900Copy full SHA for f1d9900
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browser-sync-webpack-plugin",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "BrowserSync and Webpack integration",
5
"keywords": [
6
"webpack",
@@ -17,7 +17,7 @@
17
"devDependencies": {},
18
"peerDependencies": {
19
"browser-sync": "2.x.x",
20
- "webpack": "1.x.x || 2.x.x"
+ "webpack": "1 || 2 || ^2.0.0-beta || ^2.1.0-beta"
21
},
22
"repository": {
23
"type": "git",
0 commit comments