Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
Damn rimraf.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Nov 29, 2015
1 parent c8752ba commit 77c69fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@ node_modules/
npm-debug.*
test/fixtures/(*
test/fixtures/shebang_noenv
test/tmp
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,6 +38,6 @@
"glob": "^5.0.12",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"rimraf": "^2.4.4"
"rimraf": "^1.0.9"
}
}
1 change: 0 additions & 1 deletion test/test.js
Expand Up @@ -2,7 +2,6 @@

var path = require('path');
var fs = require('fs');
var cp = require('child_process');
var which = require('which');
var rimraf = require('rimraf');
var mkdirp = require('mkdirp');
Expand Down

0 comments on commit 77c69fd

Please sign in to comment.