Skip to content

Commit

Permalink
Merge pull request #15 from whitef0x0/patch-1
Browse files Browse the repository at this point in the history
Update AngularJS version in bower.json
  • Loading branch information
melloc01 committed Nov 23, 2015
2 parents 20e9c5a + 685d2f1 commit e3f9a56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,23 @@
"name": "angular-input-stars-directive",
"version": "1.5.5",
"description": "AngularJS directive for rating inputs",
"homepage": "https://github.com/rcbytes/angular-input-stars",
"keywords": [
"angularjs",
"directive",
"input",
"stars",
"rating"
],
"authors": [
"Rafael Mello Campanari <[email protected]> (http://rafamello.com)"
],
"license": "MIT",
"main": [
"angular-input-stars.js"
],
"dependencies": {
"angular": "1.3.x",
"angular": "1.4.x",
"font-awesome": "~4.2.0"
},
"ignore": [
Expand Down

0 comments on commit e3f9a56

Please sign in to comment.