Skip to content

Commit 1631ca6

Browse files
committedOct 12, 2020
Clean up dependency version ranges
1 parent 00dd2bc commit 1631ca6

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
 

‎package.json

+8-6
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"webpack-fix-style-only-entries": "^0.4.0"
7777
},
7878
"peerDependencies": {
79-
"html-webpack-plugin": "^2.21.0 || ~3 || >=4.0.0-alpha.2 <5",
80-
"webpack": "^1.12.11 || ~2 || ~3 || ~4 || 5.0.0-beta.28 <6"
79+
"html-webpack-plugin": ">= 2.21.0 < 5",
80+
"webpack": ">= 1.12.11 < 6"
8181
},
8282
"peerDependenciesMeta": {
8383
"html-webpack-plugin": {
@@ -93,15 +93,17 @@
9393
"jmtp.js"
9494
],
9595
"nyc": {
96-
"exclude": ["coverage/**", "test/**", "examples/**", "**/node_modules/**"]
96+
"exclude": [
97+
"coverage/**",
98+
"test/**",
99+
"examples/**",
100+
"**/node_modules/**"
101+
]
97102
},
98103
"prettier": {
99104
"singleQuote": true
100105
},
101106
"dependencies": {
102107
"webpack-sources": "^1.3.0"
103-
},
104-
"resolutions": {
105-
"graceful-fs": "^4.2.4"
106108
}
107109
}

0 commit comments

Comments
 (0)