We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"
1 parent 805f703 commit 6c30b69Copy full SHA for 6c30b69
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "data-cli",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"description": "CLI for working with data packages",
5
"main": "./lib/index.js",
6
"bin": {
@@ -14,7 +14,7 @@
14
"watch:test": "npm t -- --watch",
15
"lint": "xo --quiet",
16
"data": "node bin/data.js",
17
- "gzip": "ls packed/data* | xargs gzip -k",
+ "gzip": "rm -rf packed/*.gz && ls packed/data* | xargs gzip -k",
18
"pack": "pkg bin/data.js -c package.json -o packed/data --options no-warnings && npm run gzip",
19
"precommit": "npm run lint && npm run build"
20
},
0 commit comments