Skip to content

Commit 8233c9f

Browse files
author
Valentyn
committed
v1.2.0; dependencies fixes
1 parent 890efec commit 8233c9f

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.4",
3+
"version": "1.2.0",
44
"description": "BrowserSync and Webpack integration",
55
"keywords": [
66
"webpack",
@@ -12,12 +12,12 @@
1212
],
1313
"main": "index.js",
1414
"dependencies": {
15-
"lodash": "4.x.x"
15+
"lodash": "^4"
1616
},
1717
"devDependencies": {},
1818
"peerDependencies": {
1919
"browser-sync": "^2",
20-
"webpack": "^1 || ^2 || ^2.0.0-beta || ^2.1.0-beta || ^2.2.0-rc.0 || ^3"
20+
"webpack": "^1 || ^2 || ^3"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)