From 500ddcd2957edbafa8d4a6bb3598496e9f85d01d Mon Sep 17 00:00:00 2001 From: Michael McGinnis Date: Sun, 26 Feb 2017 07:44:03 -0500 Subject: [PATCH 1/6] bower.json --- bower.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b82beb4 --- /dev/null +++ b/bower.json @@ -0,0 +1,35 @@ +{ + "name": "blueimp-load-image", + "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.", + "main": "js/load-image.all.min.js", + "authors": [ + "mybrokenwalls" + ], + "license": "MIT", + "keywords": [ + "javascript", + "load", + "loading", + "image", + "file", + "blob", + "url", + "scale", + "crop", + "img", + "canvas", + "meta", + "exif", + "thumbnail", + "resizing" + ], + "homepage": "https://github.com/mybrokenwalls/JavaScript-Load-Image", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} From 2215c39f5535a1873b4042388cc2cfebd3accb5a Mon Sep 17 00:00:00 2001 From: Michael McGinnis Date: Sun, 26 Feb 2017 07:52:24 -0500 Subject: [PATCH 2/6] revert test --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index b82beb4..8b9d90a 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,9 @@ { "name": "blueimp-load-image", "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.", - "main": "js/load-image.all.min.js", + "main": "js/index.js", "authors": [ - "mybrokenwalls" + "[object Object]" ], "license": "MIT", "keywords": [ From be1f05480123b7d42d549fdd31966a4e2b771d7d Mon Sep 17 00:00:00 2001 From: Michael McGinnis Date: Sun, 26 Feb 2017 08:28:05 -0500 Subject: [PATCH 3/6] test --- bower.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8b9d90a..5c2c70f 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,8 @@ { - "name": "blueimp-load-image", - "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.", - "main": "js/index.js", + "name": "mybrokenwalls-blueimp", + "description": "fixing issue with bower", "authors": [ - "[object Object]" + "mybrokenwalls" ], "license": "MIT", "keywords": [ @@ -23,6 +22,7 @@ "thumbnail", "resizing" ], + "main": "js/load-image.all.min.js", "homepage": "https://github.com/mybrokenwalls/JavaScript-Load-Image", "private": true, "ignore": [ From 0610c68ed7931609d2f8f5044ce074d689142d27 Mon Sep 17 00:00:00 2001 From: Michael McGinnis Date: Sun, 26 Feb 2017 08:31:46 -0500 Subject: [PATCH 4/6] test2 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5c2c70f..1c2db34 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "thumbnail", "resizing" ], - "main": "js/load-image.all.min.js", + "main": "js/load-image.js", "homepage": "https://github.com/mybrokenwalls/JavaScript-Load-Image", "private": true, "ignore": [ From cd9db14d070eb8541fc18598876a2e43e8548d7e Mon Sep 17 00:00:00 2001 From: Michael McGinnis Date: Sun, 26 Feb 2017 12:07:46 -0500 Subject: [PATCH 5/6] testtest --- bower.json | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1c2db34..5c2c70f 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "thumbnail", "resizing" ], - "main": "js/load-image.js", + "main": "js/load-image.all.min.js", "homepage": "https://github.com/mybrokenwalls/JavaScript-Load-Image", "private": true, "ignore": [ diff --git a/package.json b/package.json index 24e47fa..35234cc 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ "url": "git://github.com/blueimp/JavaScript-Load-Image.git" }, "license": "MIT", + "main": "js/load-image.all.min.js", "devDependencies": { "phantomjs-prebuilt": "2.1.13", "mocha-phantomjs-core": "1.3.1", From 8058467d32991b59f2c97f9006925ebeb1474c9b Mon Sep 17 00:00:00 2001 From: Michael McGinnis Date: Sun, 26 Feb 2017 12:14:58 -0500 Subject: [PATCH 6/6] testtest1 --- bower.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 5c2c70f..1c2db34 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "thumbnail", "resizing" ], - "main": "js/load-image.all.min.js", + "main": "js/load-image.js", "homepage": "https://github.com/mybrokenwalls/JavaScript-Load-Image", "private": true, "ignore": [ diff --git a/package.json b/package.json index 35234cc..a54e37e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blueimp-load-image", - "version": "2.12.2", + "version": "2.12.4", "title": "JavaScript Load Image", "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.", "keywords": [ @@ -30,7 +30,7 @@ "url": "git://github.com/blueimp/JavaScript-Load-Image.git" }, "license": "MIT", - "main": "js/load-image.all.min.js", + "main": "js/load-image.js", "devDependencies": { "phantomjs-prebuilt": "2.1.13", "mocha-phantomjs-core": "1.3.1",