Skip to content

Commit a3147be

Browse files
author
benholloway
committed
minor fixes to package.json, enforcing engine to 0.10.28-0.10.36
1 parent 7d2e1d8 commit a3147be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"scripts": {
1818
"test": "node ./node_modules/jasmine-node/bin/jasmine-node test"
1919
},
20-
"contributors": ["bholloway, impaler, bguiz"],
20+
"contributors": ["bholloway", "impaler", "bguiz"],
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
@@ -31,8 +31,9 @@
3131
"bin": {
3232
"angularity": "./bin/cli.js"
3333
},
34+
"engineStrict": "true",
3435
"engines": {
35-
"node": ">=0.10 <0.11",
36+
"node": ">=0.10.28 <0.11",
3637
"npm": ">=2.0"
3738
},
3839
"dependencies": {

0 commit comments

Comments
 (0)