Skip to content

Commit

Permalink
clean dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jun 1, 2016
1 parent 47b5d9f commit c8d5fce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Check if files and folders are identical",
"main": "dist/index.js",
"scripts": {
"prebuild": "rimraf dist",
"build": "babel lib -d dist",
"prepublish": "npm run build",
"test": "eslint-mocha --eslint-args=\"lib/**/*.js test/!(fixtures)/**/*.js\" --mocha-args=\"--compilers js:babel-register test/**/*-test.js\"",
Expand Down Expand Up @@ -36,7 +37,8 @@
"eslint": "^2.0.0",
"eslint-mocha": "0.0.9",
"isparta": "^4.0.0",
"mocha": "^2.0.0"
"mocha": "^2.0.0",
"rimraf": "^2.0.0"
},
"keywords": [
"fs",
Expand Down

0 comments on commit c8d5fce

Please sign in to comment.