We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2e1d8 commit a3147beCopy full SHA for a3147be
package.json
@@ -17,7 +17,7 @@
17
"scripts": {
18
"test": "node ./node_modules/jasmine-node/bin/jasmine-node test"
19
},
20
- "contributors": ["bholloway, impaler, bguiz"],
+ "contributors": ["bholloway", "impaler", "bguiz"],
21
"license": "MIT",
22
"repository": {
23
"type": "git",
@@ -31,8 +31,9 @@
31
"bin": {
32
"angularity": "./bin/cli.js"
33
34
+ "engineStrict": "true",
35
"engines": {
- "node": ">=0.10 <0.11",
36
+ "node": ">=0.10.28 <0.11",
37
"npm": ">=2.0"
38
39
"dependencies": {
0 commit comments