Skip to content

Commit

Permalink
[Dev Deps] update tape, jscs
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 12, 2015
1 parent 4b29a71 commit df38b5a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .jscs.json
Expand Up @@ -115,6 +115,10 @@
"maximum": 1
},

"requirePaddingNewLinesAfterUseStrict": true
"requirePaddingNewLinesAfterUseStrict": true,

"disallowArrowFunctions": true,

"validateOrderInObjectKeys": "asc-insensitive"
}

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -30,9 +30,9 @@
],
"dependencies": {},
"devDependencies": {
"tape": "^4.0.2",
"tape": "^4.0.3",
"covert": "^1.1.0",
"jscs": "^2.0.0"
"jscs": "^2.1.0"
},
"testling": {
"files": "test.js",
Expand Down

0 comments on commit df38b5a

Please sign in to comment.