Skip to content

Commit fa2f8c1

Browse files
authored
Remove jshint dev dependency
1 parent f99c721 commit fa2f8c1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,5 @@
66
},
77
"description": "Simple JS game",
88
"author": "https://twitter.com/brianamarie",
9-
"version": "1.0.0",
10-
"devDependencies": {
11-
"jshint": "^2.8.0"
12-
},
13-
"scripts": {
14-
"test": "./node_modules/jshint/bin/jshint stats.js"
15-
}
9+
"version": "1.0.0"
1610
}

0 commit comments

Comments
 (0)