Skip to content

Commit

Permalink
Prep for 2.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
IDisposable committed May 12, 2022
1 parent 3979025 commit 20f8563
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ for you, following steps are taken:

Marc Brooks, Anatolii Saienko (original dom-to-image), Paul Bakaus (original idea),
Aidas Klimas (fixes), Edgardo Di Gesto (fixes), 樊冬 Fan Dong (fixes), Shrijan Tripathi (docs),
SNDST00M (optimize)
SNDST00M (optimize), Joseph White (performance CSS)

## License

Expand Down
17 changes: 9 additions & 8 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.5",
"version": "2.10.0",
"homepage": "https://github.com/1904labs/dom-to-image-more",
"authors": [
"Marc Brooks <[email protected]>",
Expand All @@ -10,7 +10,8 @@
"Edgardo Di Gesto",
"樊冬 Fan Dong <[email protected]>",
"SNDST00M: M.U.N.I.N @SNDST00M",
"Shrijan Tripathi @shrijan00003"
"Shrijan Tripathi @shrijan00003",
"Joseph White @JosWhite"
],
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
"main": "dist/dom-to-image-more-min.js",
Expand All @@ -19,20 +20,20 @@
"license": "MIT",
"ignore": ["**/.*", "node_modules", "bower_components", "spec"],
"devDependencies": {
"chai": "^4.2.0",
"grunt": "^1.0.4",
"chai": "^4.3.6",
"grunt": "^1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.2",
"js-yaml": "^3.13.1",
"karma": "^6.3.4",
"karma": "^6.3.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.3",
"mocha": "^9.0.3"
"karma-mocha-reporter": "^2.2.5",
"mocha": "^9.2.2"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"Daniel Fischer <[email protected]>",
"Aidas Klimas",
"Edgardo Di Gesto",
"樊冬 Fan Dong <[email protected]>"
"樊冬 Fan Dong <[email protected]>",
"Joseph White @JosWhite"
],
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit 20f8563

Please sign in to comment.