Remove engines.npm (#92)

NPM 5.5.1 is not compatible with Node.js 9.1.0.
Let's use the npm that ships with node.
This commit is contained in:
Rob Wu
2017-11-11 00:54:22 +01:00
parent 53101b9a21
commit 6741f810f9

View File

@@ -39,7 +39,6 @@
"test-coverage": "istanbul cover ./node_modules/.bin/_mocha -- test/test.js test/test-ratelimit.js --reporter spec"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.1.0"
"node": ">=0.10.0"
}
}