Skip to content

Commit 33b7ea6

Browse files
committed
remove engines.npm from package.json; closes #3073
1 parent 28bfc85 commit 33b7ea6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,7 @@
296296
"_mocha": "./bin/_mocha"
297297
},
298298
"engines": {
299-
"node": ">= 4.0.0",
300-
"npm": ">= 2.15.11"
299+
"node": ">= 4.0.0"
301300
},
302301
"scripts": {
303302
"lint": "eslint . bin/*",

0 commit comments

Comments
 (0)