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 11f9315 commit ac750a6
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-color",
"version": "0.2.0",
"version": "0.2.1",
"description": "Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch).",
"keywords": [
"d3",
Expand All @@ -27,7 +27,7 @@
"scripts": {
"pretest": "mkdir -p build && d3-bundler --polyfill-map --format=umd --name=color -- index.js > build/color.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && uglifyjs build/color.js -c -m -o build/color.min.js"
"prepublish": "npm run test && uglifyjs build/color.js -c -m -o build/color.min.js && rm -f build/color.zip && zip -j build/color.zip -- LICENSE README.md build/color.js build/color.min.js"
},
"devDependencies": {
"d3-bundler": "~0.2.5",
Expand Down

0 comments on commit ac750a6

Please sign in to comment.