Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksandr-master committed May 26, 2015
1 parent 3db03d0 commit 4121f23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"rules": {
"comma-dangle": [2, "never"],
"no-cond-assign": [2, "never"],
"no-cond-assign": [2, "always"],
"no-constant-condition": 2,
"no-control-regex": 0,
"no-console": 1,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "tests"
},
"scripts": {
"test": "node_modules/.bin/grunt test"
"test": "grunt test"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,10 +38,10 @@
"node-verifier": "^0.5.8"
},
"devDependencies": {
"async": "^0.9.0",
"async": "^1.2.1",
"grunt": "^0.4.5",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-eslint": "^13.0.0",
"grunt-eslint": "^15.0.0",
"grunto": "^1.2.1"
}
}

0 comments on commit 4121f23

Please sign in to comment.