Loosen engine versions

pull/3846/merge
Oliver Günther 8 years ago
parent ec48fd6f42
commit 418cd5ec96
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      package.json

@ -10,7 +10,7 @@
},
"private": true,
"engines": {
"node": "6.9.1",
"npm": "4.0.0"
"node": ">= 6.9.1",
"npm": ">= 4.0.0"
}
}

Loading…
Cancel
Save