Skip to content

Commit

Permalink
Remove jshint dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
githubteacher committed Jul 10, 2017
1 parent 244cd97 commit 33b7421
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,5 @@
},
"description": "Simple JS game",
"author": "https://twitter.com/brianamarie",
"version": "1.0.0",
"devDependencies": {
"jshint": "^2.8.0"
},
"scripts": {
"test": "./node_modules/jshint/bin/jshint stats.js"
}
"version": "1.0.0"
}

0 comments on commit 33b7421

Please sign in to comment.