Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Commit 3c46303

Browse files
authored
Merge pull request #58 from epilande/webpack-dependency
🔧 Set webpack as peerDependencies
2 parents 3a414ae + ad55113 commit 3c46303

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"url": "https://github.com/geowarin/friendly-errors-webpack-plugin/issues"
2626
},
2727
"license": "MIT",
28+
"peerDependencies": {
29+
"webpack": "^2.0.0 || ^3.0.0"
30+
},
2831
"devDependencies": {
2932
"babel-core": "^6.23.1",
3033
"babel-eslint": "^7.1.1",

0 commit comments

Comments
 (0)