Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 3a00902

Browse files
author
Adam Baldwin
committed
adding engines casue we only support 6.0.0 and greater for nsp 3.0.0- thx @jweinsteincbt
1 parent 740f213 commit 3a00902

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"yargs": "^9.0.1"
1919
},
2020
"devDependencies": {},
21+
"engines": {
22+
"node" : ">=6.0.0"
23+
},
2124
"keywords": [
2225
"security",
2326
"nsp",

0 commit comments

Comments
 (0)