Skip to content

Commit c6631c5

Browse files
author
Mark Lagendijk
committed
Merge pull request #1 from techniq/patch-1
Fix `main` in bower.json to correct script name
2 parents 9baa087 + 8258cb3 commit c6631c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-recursionhelper",
3-
"main": "angular-recursionhelper.min.js",
3+
"main": "angular-recursion.js",
44
"version": "1.0.0",
55
"homepage": "https://github.com/marklagendijk/angular-recursion",
66
"authors": [

0 commit comments

Comments
 (0)