Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 29, 2015
1 parent 4859c5b commit 833f307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-shape",
"version": "0.2.2",
"version": "0.3.0",
"description": "Graphical primitives for visualization, such as lines and areas.",
"keywords": [
"d3",
Expand All @@ -27,7 +27,7 @@
"prepublish": "npm run test && uglifyjs build/d3-shape.js -c -m -o build/d3-shape.min.js && rm -f build/d3-shape.zip && zip -j build/d3-shape.zip -- LICENSE README.md build/d3-shape.js build/d3-shape.min.js"
},
"dependencies": {
"d3-path": "~0.1.2"
"d3-path": "~0.1.3"
},
"devDependencies": {
"d3-polygon": "~0.0.3",
Expand Down

0 comments on commit 833f307

Please sign in to comment.