Skip to content

Commit 6c30b69

Browse files
committed
[0.7.1]: set a default escape character as double quote " for CSV files - refs datopian/datahub.io#66
1 parent 805f703 commit 6c30b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-cli",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "CLI for working with data packages",
55
"main": "./lib/index.js",
66
"bin": {
@@ -14,7 +14,7 @@
1414
"watch:test": "npm t -- --watch",
1515
"lint": "xo --quiet",
1616
"data": "node bin/data.js",
17-
"gzip": "ls packed/data* | xargs gzip -k",
17+
"gzip": "rm -rf packed/*.gz && ls packed/data* | xargs gzip -k",
1818
"pack": "pkg bin/data.js -c package.json -o packed/data --options no-warnings && npm run gzip",
1919
"precommit": "npm run lint && npm run build"
2020
},

0 commit comments

Comments
 (0)