Skip to content

Commit

Permalink
Compiled to fix css errors + new version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick de Graaff committed Oct 27, 2016
1 parent c849fcb commit 10c20e6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"email": "[email protected]"
}, {
"name": "Rick de Graaff",
"email": "info@rickdegraaff.nl"
"email": "rick@rickdegraaff.nl"
}],
"repository": {
"type": "git",
"url": "https://github.com/CrackerakiUA/ui-cropper/"
},
"description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working aspect.",
"description": "Image crop directive for AngularJS, square, circle and rectangle areas. Working with aspects.",
"main": [
"compile/minified/ui-cropper.js",
"compile/minified/ui-cropper.css"
Expand Down
2 changes: 1 addition & 1 deletion compile/minified/ui-cropper.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compile/unminified/ui-cropper.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* uiCropper v1.0.0
* uiCropper v1.0.2
* https://crackerakiua.github.io/ui-cropper/
*
* Copyright (c) 2016 Alex Kaul
* License: MIT
*
* Generated at Friday, October 21st, 2016, 1:01:32 AM
* Generated at Thursday, October 27th, 2016, 9:56:01 AM
*/
(function() {
var crop = angular.module('uiCropper', []);
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"author": {
"name": "Alex Kaul",
"email": "[email protected]"
Expand All @@ -26,7 +26,7 @@
},
{
"name": "Rick de Graaff",
"email": "info@rickdegraaff.nl"
"email": "rick@rickdegraaff.nl"
}
],
"name": "ui-cropper",
Expand Down

0 comments on commit 10c20e6

Please sign in to comment.