Skip to content

Commit 55562c2

Browse files
committed
v3.8.1
1 parent 5a974b0 commit 55562c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "chrvadala",
33
"name": "react-svg-pan-zoom",
4-
"version": "3.8.0",
4+
"version": "3.8.1",
55
"description": "A React component that adds pan and zoom features to SVG",
66
"main": "./build-commonjs/index.js",
77
"module": "./build-es/index.js",
@@ -16,7 +16,7 @@
1616
"library:build:es": "cross-env KEEP_MODULES=true babel --out-dir build-es src",
1717
"library:build:umd_min": "cross-env webpack --env.minimize",
1818
"library:build:umd": "webpack",
19-
"clean": "del build-*",
19+
"clean": "del build-* coverage",
2020
"test": "jest",
2121
"coverage": "jest --coverage",
2222
"ci": "npm-run-all coverage"

0 commit comments

Comments
 (0)