mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-13 15:09:25 +00:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user