Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Changes for Release version 1.0.0 #28

Merged
merged 4 commits into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ type: [String] Can either be "circle" or "square". Not required; defaults to "sq
```

### Version
1.0.1
1.0.0

### Updates
- added orientation
Expand Down
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "ngCroppie",
"version": "1.0.1",
"version": "1.0.0",
"homepage": "https://github.com/allenRoyston/ngCroppie",
"authors": [
"Allen Royston <allen.acr@gmail.com>",
"Orif N. Jr. <orif.zade@gmail.com>"
],
"description": "An Angular module for the awesome Croppie.js",
"main": "",
"main": [
"unminified/ng-croppie.js",
"unminified/ng-croppie.css"
],
"moduleType": [],
"keywords": [
"angular",
Expand All @@ -26,4 +29,3 @@
"tests"
]
}

2 changes: 1 addition & 1 deletion minified/ng-croppie.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading