Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from Luismahou/cleaning
Browse files Browse the repository at this point in the history
Cleaning
  • Loading branch information
Luismahou committed Oct 27, 2013
2 parents f64fecc + b12cfcf commit d7337a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"undef": true,
"boss": true,
"eqnull": true,
"node": true,
"es5": true
"node": true
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"test": "node ./node_modules/vows/bin/vows --spec"
},
"devDependencies": {
"grunt-contrib-jshint": "0.1.1rc6",
"grunt": "0.4.0rc6",
"grunt-contrib-jshint": "~0.7",
"grunt": "0.4.1",
"grunt-vows": "0.3.1",
"vows": "~0.6.4",
"vows": "~0.7",
"grunt-cli": "~0.1.6"
},
"keywords": [
Expand Down

0 comments on commit d7337a2

Please sign in to comment.