Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Feb 19, 2015
1 parent 5c53492 commit c65413e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .jscsrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"test/fixtures/**"
],

"additionalRules": ["node_modules/jscs-trailing-comma/rules/*.js"],
"plugins": ["jscs-trailing-comma"],

"requireTrailingCommaInExpandedLiterals": true,
"disallowTrailingCommaInCollapsedLiterals": true
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-eslint": "5.1.0",
"grunt-jscs": "0.8.1",
"grunt-contrib-copy": "0.7.0",
"grunt-eslint": "6.0.0",
"grunt-jscs": "1.5.0",
"grunt-mocha-test": "0.12.7",
"jscs-trailing-comma": "0.3.0",
"jscs-trailing-comma": "0.4.1",
"load-grunt-tasks": "3.1.0",
"mocha": "2.1.0",
"time-grunt": "1.0.0"
Expand Down

0 comments on commit c65413e

Please sign in to comment.