diff --git a/package-lock.json b/package-lock.json index 36aaa03..e48f393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "d3-jetpack", - "version": "2.2.0-1", + "version": "2.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.2.0-1", + "version": "2.2.0", "license": "BSD-3-Clause", "dependencies": { "d3-array": "1", diff --git a/package.json b/package.json index 87629b9..1d26c5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "d3-jetpack", - "version": "2.2.0-1", + "version": "2.2.0", "description": "d3-jetpack is a set of nifty convenience wrappers that speed up your daily work with d3.js", "type": "module", "main": "build/d3-jetpack.js",