Skip to content

Commit

Permalink
All grade A-supported node/iojs versions now ship with an npm t…
Browse files Browse the repository at this point in the history
…hat understands `^`.
  • Loading branch information
ljharb committed Mar 28, 2015
1 parent 5c8d5de commit 241e6a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"additionalRules": [],

"requireSemicolons": true,

"disallowMultipleSpaces": true,

"disallowIdentifierNames": [],

"requireCurlyBraces": ["if", "else", "for", "while", "do", "try", "catch"],

"requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch", "function"],
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"dependencies": {},
"devDependencies": {
"tape": "~3.4.0",
"covert": "1.0.0",
"jscs": "~1.10.0",
"nsp": "~1.0.0",
"semver": "~4.2.0"
"tape": "^3.5.0",
"covert": "^1.0.1",
"jscs": "^1.12.0",
"nsp": "^1.0.1",
"semver": "^4.3.3"
},
"testling": {
"files": "test/index.js",
Expand Down

0 comments on commit 241e6a6

Please sign in to comment.