Skip to content

Commit

Permalink
Fix main in bower.json to correct script name
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Mar 25, 2014
1 parent 9baa087 commit 8258cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-recursionhelper",
"main": "angular-recursionhelper.min.js",
"main": "angular-recursion.js",
"version": "1.0.0",
"homepage": "https://github.com/marklagendijk/angular-recursion",
"authors": [
Expand Down

1 comment on commit 8258cb3

@fvanwijk
Copy link

Choose a reason for hiding this comment

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

Could you please update the version number and make a Tag, so that this change comes in when I do bower install angular-recursion.
I am using grunt-bower-install which breaks my script tags every time I run it, since this change is not part of a new release.

Please sign in to comment.