Skip to content

Commit

Permalink
remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
hegemonic committed Nov 5, 2013
1 parent 5261029 commit 5225cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jake/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"wrench": "1.3.9"
},
"devDependencies": {
"jshint": "0.9.1",
"jshint": "0.9.1"
},
"engines": {
"node": ">=0.10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"wrench": "1.3.9"
},
"devDependencies": {
"jshint": "0.9.1",
"jshint": "0.9.1"
},
"engines": {
"node": ">=0.10"
Expand Down

0 comments on commit 5225cb1

Please sign in to comment.