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 0164f47 commit 1e30118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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/
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-format",
"version": "0.2.0",
"version": "0.2.1",
"description": "Format numbers for human consumption.",
"keywords": [
"d3",
Expand All @@ -21,8 +21,7 @@
"scripts": {
"pretest": "mkdir -p build && d3-bundler --format=umd --name=format -- index.js > build/format.js",
"test": "faucet `find test -name '*-test.js'`",
"prepublish": "npm run test && uglifyjs build/format.js -c -m -o build/format.min.js",
"release": "npm run prepublish && rm -f format.zip && zip -j build/format.zip -- LICENSE build/format.js build/format.min.js"
"prepublish": "npm run test && uglifyjs build/format.js -c -m -o build/format.min.js && rm -f build/format.zip && zip -j build/format.zip -- LICENSE README.md build/format.js build/format.min.js"
},
"devDependencies": {
"d3-bundler": "~0.2.5",
Expand Down

0 comments on commit 1e30118

Please sign in to comment.