Skip to content

Commit ace0940

Browse files
committed
fix(component): Corrected path to main js file
1 parent 29e4ea5 commit ace0940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "git://github.com/angular-ui/angular-ui.git"
1010
},
11-
"main": "./select2.js",
11+
"main": "./src/ui-select2.js",
1212
"dependencies": {
1313
"angular": ">= 1.0.2",
1414
"select2": ">= 3.x.x"

0 commit comments

Comments
 (0)