Skip to content

Commit 857c886

Browse files
author
Valentyn
committed
npm peerDependencies updated to not warn of webpack 2.x.x. version 1.1.2
1 parent 7311115 commit 857c886

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-sync-webpack-plugin",
3-
"version": "1.1.0",
3+
"version": "1.1.2",
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.x.x"
1616
},
1717
"devDependencies": {},
1818
"peerDependencies": {
19-
"browser-sync": "^2.x.x",
20-
"webpack": "^1.9.0"
19+
"browser-sync": "2.x.x",
20+
"webpack": "1.x.x || 2.x.x"
2121
},
2222
"repository": {
2323
"type": "git",

0 commit comments

Comments
 (0)