Skip to content

Commit

Permalink
Merge pull request #39 from Turbo87/remove-rimraf
Browse files Browse the repository at this point in the history
Remove unused "rimraf" dependency
  • Loading branch information
rwjblue committed Feb 8, 2016
2 parents 4830ec1 + 89ae01b commit c9e8d58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"devDependencies": {
"mocha": "~1.18.2",
"broccoli": "~0.13.0",
"expect.js": "~0.3.1",
"rimraf": "~2.2.6"
"expect.js": "~0.3.1"
}
}
1 change: 0 additions & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
var path = require('path');
var JSHinter = require('..');
var expect = require('expect.js');
var rimraf = require('rimraf');
var root = process.cwd();
var chalk = require('chalk');

Expand Down

0 comments on commit c9e8d58

Please sign in to comment.