Skip to content

Commit

Permalink
v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Oct 18, 2020
1 parent 5a974b0 commit 55562c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "chrvadala",
"name": "react-svg-pan-zoom",
"version": "3.8.0",
"version": "3.8.1",
"description": "A React component that adds pan and zoom features to SVG",
"main": "./build-commonjs/index.js",
"module": "./build-es/index.js",
Expand All @@ -16,7 +16,7 @@
"library:build:es": "cross-env KEEP_MODULES=true babel --out-dir build-es src",
"library:build:umd_min": "cross-env webpack --env.minimize",
"library:build:umd": "webpack",
"clean": "del build-*",
"clean": "del build-* coverage",
"test": "jest",
"coverage": "jest --coverage",
"ci": "npm-run-all coverage"
Expand Down

0 comments on commit 55562c2

Please sign in to comment.