Skip to content

Commit b1bf512

Browse files
committed
2.8.0
1 parent 376c1ff commit b1bf512

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blueimp-load-image",
3-
"version": "2.7.0",
4-
"main": "index.js",
3+
"version": "2.8.0",
4+
"main": "js/load-image.js",
55
"title": "JavaScript Load Image",
66
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",
77
"keywords": [
@@ -45,6 +45,5 @@
4545
"preversion": "npm test",
4646
"version": "npm run build && git add -A js",
4747
"postversion": "git push --tags origin master master:gh-pages && npm publish"
48-
},
49-
"main": "js/load-image.js"
48+
}
5049
}

0 commit comments

Comments
 (0)