Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Dec 9, 2019
1 parent 4a2abbd commit d503643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-promise",
"version": "6.1.0",
"version": "6.1.1",
"description": "Load one or more images, return a promise. Only 0.4KB, for the browser, no dependencies.",
"keywords": [
"browser",
Expand All @@ -20,9 +20,9 @@
"license": "MIT",
"author": "Federico Brigante <opensource@bfred.it> (bfred.it)",
"files": [
"dist/image-promise.common-js.js",
"dist/image-promise.es-modules.js",
"index.d.ts"
"dist/image-promise.common-js.js",
"dist/image-promise.es-modules.js",
"index.d.ts"
],
"types": "./index.d.ts",
"main": "dist/image-promise.common-js.js",
Expand Down

0 comments on commit d503643

Please sign in to comment.