Skip to content

Commit

Permalink
Removed grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Feb 15, 2015
1 parent 2069599 commit 3b98e92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
test*/
.DS_Store
.jshintrc
.eslintrc
.travis.yml
Gruntfile.js
coverage
42 changes: 0 additions & 42 deletions Gruntfile.js

This file was deleted.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
"test": "npm run lint && npm run unit && npm run integration",
"unit": "mocha --recursive test/unit/",
"integration": "mocha --recursive test/integration/",
"lint": "eslint --quiet lib/ test/"
},
"devDependencies": {
"chai": "~1.10",
"grunt": "~0.4",
"grunt-cli": "~0.1.13",
"grunt-eslint": "^6.0.0",
"grunt-mocha-test": "~0.12",
"grunt-simple-mocha": "~0.4",
"eslint": "^0.14.1",
"mocha": "~2.1",
"sinon": "~1.12",
"sinon-chai": "~2.6"
Expand Down

0 comments on commit 3b98e92

Please sign in to comment.