Skip to content

Commit

Permalink
2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeshai committed May 7, 2021
1 parent d915416 commit 31142ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-interpolate-path",
"version": "2.2.1",
"version": "2.2.2",
"description": "Interpolates path `d` attribute smoothly when A and B have different number of points.",
"author": "Peter Beshai <[email protected]> (http://github.com/pbeshai)",
"keywords": [
Expand All @@ -21,7 +21,10 @@
"type": "git",
"url": "https://github.com/pbeshai/d3-interpolate-path.git"
},
"files": ["build/", "index.js"],
"files": [
"build/",
"index.js"
],
"scripts": {
"build": "rm -rf build && mkdir build && rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js --watch",
Expand Down

0 comments on commit 31142ae

Please sign in to comment.