We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a974b0 commit 55562c2Copy full SHA for 55562c2
package.json
@@ -1,7 +1,7 @@
1
{
2
"author": "chrvadala",
3
"name": "react-svg-pan-zoom",
4
- "version": "3.8.0",
+ "version": "3.8.1",
5
"description": "A React component that adds pan and zoom features to SVG",
6
"main": "./build-commonjs/index.js",
7
"module": "./build-es/index.js",
@@ -16,7 +16,7 @@
16
"library:build:es": "cross-env KEEP_MODULES=true babel --out-dir build-es src",
17
"library:build:umd_min": "cross-env webpack --env.minimize",
18
"library:build:umd": "webpack",
19
- "clean": "del build-*",
+ "clean": "del build-* coverage",
20
"test": "jest",
21
"coverage": "jest --coverage",
22
"ci": "npm-run-all coverage"
0 commit comments