Skip to content

Commit

Permalink
decompress silently
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 7, 2017
1 parent 2a5df15 commit 3cd69d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"install": "npm run decompress",
"build": "node bin/build.js",
"compress": "tar cfzv dependents.tgz dependents && tar cfzv devDependents.tgz devDependents",
"decompress": "tar xfzv dependents.tgz && tar xfzv devDependents.tgz",
"decompress": "tar xfz dependents.tgz && tar xfz devDependents.tgz",
"count": "node bin/count.js > counts.json",
"test": "node test.js | tap-spec && standard *.js bin/*.js"
},
Expand Down

0 comments on commit 3cd69d7

Please sign in to comment.