Skip to content

Commit a00ec9b

Browse files
committed
Add missing main property to bower.json
1 parent eee61fe commit a00ec9b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bower.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name" : "angular-link-header-parser",
2+
"name" : "angular-link-header-parser-ng",
33
"version" : "1.0.2",
44
"authors" : [
55
{
@@ -16,13 +16,16 @@
1616
"test",
1717
"tests"
1818
],
19+
"main": [
20+
"release/angular-link-header-parser.js"
21+
],
1922
"dependencies": {
2023
"angular" : "~1.4.5",
2124
"uri-util": "~1.1.0"
2225
},
2326
"repository" : {
2427
"type": "git",
25-
"url" : "https://github.com/igorissen/angular-link-header-parser.git"
28+
"url" : "https://github.com/nwmac/angular-link-header-parser.git"
2629
},
2730
"keywords" : [
2831
"headers",

0 commit comments

Comments
 (0)