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 890efec commit 8233c9fCopy full SHA for 8233c9f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "browser-sync-webpack-plugin",
3
- "version": "1.1.4",
+ "version": "1.2.0",
4
"description": "BrowserSync and Webpack integration",
5
"keywords": [
6
"webpack",
@@ -12,12 +12,12 @@
12
],
13
"main": "index.js",
14
"dependencies": {
15
- "lodash": "4.x.x"
+ "lodash": "^4"
16
},
17
"devDependencies": {},
18
"peerDependencies": {
19
"browser-sync": "^2",
20
- "webpack": "^1 || ^2 || ^2.0.0-beta || ^2.1.0-beta || ^2.2.0-rc.0 || ^3"
+ "webpack": "^1 || ^2 || ^3"
21
22
"repository": {
23
"type": "git",
0 commit comments