Skip to content

Commit

Permalink
Lower node engine requirement to lowest possible needed (for Proxy us…
Browse files Browse the repository at this point in the history
…age)
  • Loading branch information
Stephen Cook committed Feb 5, 2018
1 parent adebcfc commit 7cbbb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speed-measure-webpack-plugin",
"version": "0.2.1",
"version": "0.2.2",
"description": "Measure + analyse the speed of your webpack loaders and plugins",
"main": "index.js",
"repository": {
Expand All @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/stephencookdev/speed-measure-webpack-plugin#readme",
"engines": {
"node": ">=6.11.5"
"node": ">=6.0.0"
},
"peerDependencies": {
"webpack": "^3"
Expand Down

0 comments on commit 7cbbb8b

Please sign in to comment.