Skip to content

Commit 242f89f

Browse files
committed
add npm to engines field
1 parent 192f1c9 commit 242f89f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"url": "git+https://github.com/ksxnodemodules/fs-force.git"
1414
},
1515
"engines": {
16-
"node": ">=6.0.0"
16+
"node": ">=6.0.0",
17+
"npm": ">=3.0.0"
1718
},
1819
"dependencies": {
1920
"fs-force-mkdir": "^1.4.0",

0 commit comments

Comments
 (0)