Skip to content

Commit 8b9c5e0

Browse files
committed
fix(component): Corrected path to main js file
1 parent 03d3d9d commit 8b9c5e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

component.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "git://github.com/angular-ui/angular-ui.git"
13+
"url": "git://github.com/angular-ui/ui-select2.git"
1414
},
15-
"main": "./src/ui-select2.js",
15+
"main": "./ui-select2.js",
1616
"dependencies": {
1717
"angular": ">= 1.0.2",
1818
"select2": "~3.3.1",
@@ -23,4 +23,4 @@
2323
"angular-module": "latest",
2424
"angular-mocks": ">= 1.0.2"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)