Skip to content

Commit

Permalink
Added bower support (Regarding issue 12 - #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
rootux committed Jan 7, 2014
1 parent 7e1765a commit b9686b0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "angular-highcharts-directive",
"version": "0.3.0",
"homepage": "https://github.com/rootux/angular-highcharts-directive",
"authors": [
"Gal Bracha <[email protected]>"
],
"description": "An angular(http://angularjs.org/) directive that wrappes around http://www.highcharts.com charts, and allows easily and moduler integration of angular and highcharts",
"main": "src/directives/highchart.js",
"keywords": [
"angular",
"highcharts",
"directive"
],
"license": "MIT"
}

2 comments on commit b9686b0

@nichochar
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we actually bump the version to 0.4.0 ?

@rootux
Copy link
Owner Author

@rootux rootux commented on b9686b0 Jul 14, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

Please sign in to comment.