Skip to content

Commit

Permalink
Update package file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreekeberg committed Sep 18, 2020
1 parent 8eb4b51 commit 0f2b6fb
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 @@
{
"name": "@andreekeberg/imagedata",
"version": "1.0.1",
"description": "Unified method of getting ImageData from an image in both the browser and Node.js, either asynchronously or synchronously",
"version": "1.0.2",
"description": "Unified method of retrieving an ImageData instance from an image, in both the browser and Node.js, asynchronously or synchronously",
"main": "lib/node.js",
"module": "lib/node.js",
"browser": "lib/browser.js",
Expand Down

0 comments on commit 0f2b6fb

Please sign in to comment.