Skip to content

Commit

Permalink
Merge pull request #234 from marekdedic/webpack-peer-dependency
Browse files Browse the repository at this point in the history
Webpack as a peer-dependency
  • Loading branch information
shama committed Aug 31, 2021
2 parents e9c94fc + d316881 commit ff485fe
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,19 @@
"plugin-error": "^1.0.1",
"supports-color": "^7.2.0",
"through": "^2.3.8",
"vinyl": "^2.1.0",
"webpack": "^4.26.1"
"vinyl": "^2.1.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"rimraf": "^3.0.2",
"semistandard": "^14.2.3",
"tape": "^5.0.1",
"vinyl-fs": "^3.0.2",
"vinyl-named": "^1.1.0"
"vinyl-named": "^1.1.0",
"webpack": "^4.26.1"
},
"peerDependencies": {
"webpack": "^4.26.1"
},
"keywords": [
"gulpplugin",
Expand Down

0 comments on commit ff485fe

Please sign in to comment.