Skip to content
This repository was archived by the owner on Mar 9, 2023. It is now read-only.

Commit 68d0673

Browse files
author
Eli Skeggs
committed
Remove grunt
Per bee-queue#64 (comment)
1 parent 29b4b5d commit 68d0673

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ coverage
1818
# nyc test coverage
1919
.nyc_output
2020

21-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
22-
.grunt
23-
2421
# node-waf configuration
2522
.lock-wscript
2623

Gruntfile.js

Lines changed: 0 additions & 23 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,15 @@
1111
"ava": "^0.21.0",
1212
"ava-spec": "^1.1.0",
1313
"coveralls": "^2.11.2",
14-
"grunt": "~0.4.5",
15-
"grunt-cli": "^1.2.0",
16-
"grunt-eslint": "^20.0.0",
17-
"grunt-githooks": "^0.3.1",
14+
"eslint": ">= 3",
1815
"lolex": "^2.0.0",
1916
"nyc": "^11.0.3",
2017
"sandboxed-module": "^2.0.3",
2118
"sinon": "^2.3.8"
2219
},
2320
"scripts": {
2421
"test": "npm run eslint && ava",
25-
"eslint": "grunt eslint",
22+
"eslint": "eslint lib/ test/",
2623
"coverage": "nyc ava",
2724
"report": "npm run coverage && nyc report --reporter=html",
2825
"coverage-and-publish": "npm run coverage && nyc report --reporter=text-lcov | coveralls",

0 commit comments

Comments
 (0)