Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
fix(engines): Change npm engine specification to >=5. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
benwiley4000 authored and zkat committed Dec 6, 2017
1 parent 873a50f commit cafda00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
], ],
"man": "./npm-merge-driver.1", "man": "./npm-merge-driver.1",
"engines": { "engines": {
"npm": ">5.6.0" "npm": ">=5.0.0"
}, },
"scripts": { "scripts": {
"precommit": "lint-staged", "precommit": "lint-staged",
Expand Down

0 comments on commit cafda00

Please sign in to comment.