Skip to content

Commit

Permalink
Update jscs, formidable
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 24, 2014
1 parent 1cc29e7 commit 3779f92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .jscs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
"requireSpacesInFunctionDeclaration": { "beforeOpeningCurlyBrace": true },
"disallowSpacesInFunctionDeclaration": { "beforeOpeningRoundBrace": true },

"requireSpaceBetweenArguments": true,

"disallowSpacesInsideParentheses": true,

"disallowSpacesInsideArrayBrackets": true,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"dependencies": {
"async": "~0.9.0",
"qs": "~2.3.3",
"formidable": "~1.0.15",
"formidable": "~1.0.16",
"is": "~2.2.0",
"object.assign": "~1.1.1"
},
"devDependencies": {
"tape": "~3.0.3",
"testling": "~1.7.1",
"covert": "1.0.0",
"jscs": "~1.8.1"
"jscs": "~1.9.0"
},
"license": "MIT",
"licenses": [
Expand Down

0 comments on commit 3779f92

Please sign in to comment.