Skip to content

Commit

Permalink
Clean up dependency version ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
jscheid committed Oct 12, 2020
1 parent 00dd2bc commit 1631ca6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions package.json
Expand Up @@ -76,8 +76,8 @@
"webpack-fix-style-only-entries": "^0.4.0"
},
"peerDependencies": {
"html-webpack-plugin": "^2.21.0 || ~3 || >=4.0.0-alpha.2 <5",
"webpack": "^1.12.11 || ~2 || ~3 || ~4 || 5.0.0-beta.28 <6"
"html-webpack-plugin": ">= 2.21.0 < 5",
"webpack": ">= 1.12.11 < 6"
},
"peerDependenciesMeta": {
"html-webpack-plugin": {
Expand All @@ -93,15 +93,17 @@
"jmtp.js"
],
"nyc": {
"exclude": ["coverage/**", "test/**", "examples/**", "**/node_modules/**"]
"exclude": [
"coverage/**",
"test/**",
"examples/**",
"**/node_modules/**"
]
},
"prettier": {
"singleQuote": true
},
"dependencies": {
"webpack-sources": "^1.3.0"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}

0 comments on commit 1631ca6

Please sign in to comment.