Skip to content

Commit ed4a9c3

Browse files
author
Bettina Steger
committed
bump version and update dependencies
1 parent fc468a1 commit ed4a9c3

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

angular-croppie.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ angular.module('angularCroppie', []).
2020
});
2121
}
2222
});
23-
23+
2424
ctrl.$onChanges = function (changesObj) {
2525
var src = changesObj.src && changesObj.src.currentValue;
26-
if(src) {
27-
// bind an image to croppie
26+
if(src) {
27+
// bind an image to croppie
2828
c.bind({
2929
url: src
3030
});

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "angular-croppie",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"main": "angular-croppie.js",
55
"authors": [
6-
"Bettina Steger <betty@lingohub.com>"
6+
"Bettina Steger <admin@bettysteger.com>"
77
],
88
"description": "Use Croppie (https://github.com/Foliotek/Croppie) for a simple image cropping.",
99
"keywords": [
@@ -21,7 +21,7 @@
2121
"tests"
2222
],
2323
"dependencies": {
24-
"angular": ">=1.5.0",
25-
"croppie": "^2.1.0"
24+
"angular": ">=1.6.0",
25+
"croppie": "^2.4.0"
2626
}
2727
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-croppie",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Use Croppie (https://github.com/Foliotek/Croppie) for a simple image cropping.",
55
"main": "angular-croppie.js",
66
"scripts": {
@@ -15,14 +15,14 @@
1515
"image",
1616
"cropping"
1717
],
18-
"author": "Bettina Steger <betty@lingohub.com>",
18+
"author": "Bettina Steger <admin@bettysteger.com>",
1919
"license": "MIT",
2020
"bugs": {
2121
"url": "https://github.com/lpsBetty/angular-croppie/issues"
2222
},
2323
"homepage": "https://github.com/lpsBetty/angular-croppie#readme",
2424
"dependencies": {
25-
"angular": ">=1.5.5",
26-
"croppie": "^2.1.0"
25+
"angular": ">=1.6.0",
26+
"croppie": "^2.4.0"
2727
}
2828
}

0 commit comments

Comments
 (0)