Skip to content

Commit

Permalink
Added CSS file to bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypeters committed Dec 7, 2014
1 parent 7b4d577 commit a7d089c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ng-bs-animated-button",
"version": "2.0.2",
"version": "2.0.3",
"authors": [
"Jeremy Peters <[email protected]>"
],
"description": "Angular/Bootstrap animated submit button directive",
"main": "ng-bs-animated-button.js",
"main": ["ng-bs-animated-button.css", "ng-bs-animated-button.js"],
"keywords": [
"Angular",
"AngularJS",
Expand Down

0 comments on commit a7d089c

Please sign in to comment.