Skip to content

Commit

Permalink
bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettina Steger committed Dec 21, 2016
1 parent fc468a1 commit ed4a9c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions angular-croppie.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ angular.module('angularCroppie', []).
});
}
});

ctrl.$onChanges = function (changesObj) {
var src = changesObj.src && changesObj.src.currentValue;
if(src) {
// bind an image to croppie
if(src) {
// bind an image to croppie
c.bind({
url: src
});
Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "angular-croppie",
"version": "1.0.0",
"version": "1.0.1",
"main": "angular-croppie.js",
"authors": [
"Bettina Steger <betty@lingohub.com>"
"Bettina Steger <admin@bettysteger.com>"
],
"description": "Use Croppie (https://github.com/Foliotek/Croppie) for a simple image cropping.",
"keywords": [
Expand All @@ -21,7 +21,7 @@
"tests"
],
"dependencies": {
"angular": ">=1.5.0",
"croppie": "^2.1.0"
"angular": ">=1.6.0",
"croppie": "^2.4.0"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-croppie",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use Croppie (https://github.com/Foliotek/Croppie) for a simple image cropping.",
"main": "angular-croppie.js",
"scripts": {
Expand All @@ -15,14 +15,14 @@
"image",
"cropping"
],
"author": "Bettina Steger <betty@lingohub.com>",
"author": "Bettina Steger <admin@bettysteger.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lpsBetty/angular-croppie/issues"
},
"homepage": "https://github.com/lpsBetty/angular-croppie#readme",
"dependencies": {
"angular": ">=1.5.5",
"croppie": "^2.1.0"
"angular": ">=1.6.0",
"croppie": "^2.4.0"
}
}

0 comments on commit ed4a9c3

Please sign in to comment.