Skip to content

Commit

Permalink
Bump version to 2.9.3 to fix min file built wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
IDisposable committed Dec 2, 2021
1 parent c997018 commit 08be279
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-to-image-more",
"version": "2.9.1",
"version": "2.9.3",
"homepage": "https://github.com/1904labs/dom-to-image-more",
"authors": [
"Marc Brooks <[email protected]>",
Expand All @@ -13,7 +13,7 @@
"Shrijan Tripathi @shrijan00003"
],
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
"main": "src/dom-to-image-more.js",
"main": "dist/dom-to-image-more-min.js",
"moduleType": ["globals"],
"keywords": ["dom", "image", "raster", "render", "html", "canvas", "svg"],
"license": "MIT",
Expand All @@ -32,7 +32,7 @@
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-mocha-reporter": "^2.2.3",
"mocha": "^9.0.3"
}
}
Loading

0 comments on commit 08be279

Please sign in to comment.