Skip to content

Commit

Permalink
fix: remove useless rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannmoinet committed Sep 26, 2015
1 parent c23e8dc commit 26db70f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/clean.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var fs = require('fs');
var rimraf = require('rimraf');

fs.unlink('./nipplejs.temp.js', function (err) {
if (err) {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"expect.js": "^0.3.1",
"jscs": "^2.1.0",
"mocha": "^2.2.5",
"rimraf": "^2.4.3",
"uglify-js": "^2.4.24",
"umd": "^3.0.1",
"watch": "^0.16.0"
Expand Down

0 comments on commit 26db70f

Please sign in to comment.