From 31142ae0fd51caa200c90c4631f2132df2a365ab Mon Sep 17 00:00:00 2001 From: Peter Beshai Date: Fri, 7 May 2021 16:51:23 -0700 Subject: [PATCH] 2.2.2 --- package-lock.json | 2 +- package.json | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6a77d8..b888226 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "d3-interpolate-path", - "version": "2.2.1", + "version": "2.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 10b4209..0f31c07 100644 --- a/package.json +++ b/package.json @@ -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 (http://github.com/pbeshai)", "keywords": [ @@ -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",