Skip to content

Commit

Permalink
Fix .npmignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 16, 2015
1 parent c4c102f commit 4345222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
index.sublime-workspace
index.sublime-project
*.sublime-*
build/*.zip
test/
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-dsv",
"version": "0.1.4",
"version": "0.1.5",
"description": "A parser and formatter for delimiter-separated values, such as CSV and TSV",
"keywords": [
"d3",
Expand Down Expand Up @@ -29,7 +29,7 @@
"scripts": {
"pretest": "mkdir -p build && d3-bundler --format=umd --name=dsv -- index.js > build/dsv.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && uglifyjs build/dsv.js -c -m -o build/dsv.min.js"
"prepublish": "npm run test && uglifyjs build/dsv.js -c -m -o build/dsv.min.js && rm -f build/dsv.zip && zip -j build/dsv.zip -- LICENSE README.md build/dsv.js build/dsv.min.js"
},
"devDependencies": {
"d3-bundler": "~0.2.5",
Expand Down

0 comments on commit 4345222

Please sign in to comment.