Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build: Remove Grunt; use JSHint directly via npm test
  • Loading branch information
scottgonzalez committed Dec 17, 2015
1 parent 014f454 commit 2485bff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions grunt.js

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -8,14 +8,14 @@
"type": "git",
"url": "git://github.com/scottgonzalez/node-wordpress.git"
},
"engines": {
"node": "*"
"scripts": {
"test": "jshint lib/*"
},
"dependencies": {
"xmlrpc": "1.3.1"
},
"devDependencies": {
"grunt": "0.3.x"
"jshint": "2.8.0"
},
"main": "lib/wordpress.js"
}

0 comments on commit 2485bff

Please sign in to comment.