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 3a002c8 commit 84b5577
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-random",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate random numbers from various distributions.",
"keywords": [
"d3",
Expand All @@ -22,7 +22,7 @@
"scripts": {
"pretest": "mkdir -p build && d3-bundler --format=umd --name=random -- index.js > build/random.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && uglifyjs build/random.js -c -m -o build/random.min.js"
"prepublish": "npm run test && uglifyjs build/random.js -c -m -o build/random.min.js && rm -f build/random.zip && zip -j build/random.zip -- LICENSE README.md build/random.js build/random.min.js"
},
"devDependencies": {
"d3-arrays": "~0.0.3",
Expand Down

0 comments on commit 84b5577

Please sign in to comment.