Skip to content

Commit 070fcdc

Browse files
author
benholloway
committed
advisory engine versions for node and npm, changed author to contributors
1 parent 346ae50 commit 070fcdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 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-
"author": "Ben Holloway, Chris Decoster, Brendan Graetz",
20+
"contributors": ["bholloway, impaler, bguiz"],
2121
"license": "MIT",
2222
"repository": {
2323
"type": "git",
@@ -31,9 +31,9 @@
3131
"bin": {
3232
"angularity": "./bin/cli.js"
3333
},
34-
"engineStrict": true,
3534
"engines": {
36-
"node": ">= 0.9"
35+
"node": ">=0.10 <0.11",
36+
"npm": ">=2.0"
3737
},
3838
"dependencies": {
3939
"6to5ify": "latest",

0 commit comments

Comments
 (0)