Skip to content

Commit 51a6c72

Browse files
committed
fix(component): Corrected path to main js file
(again)
1 parent 8b9c5e0 commit 51a6c72

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

component.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
{
22
"author": "AngularUI",
3-
"name": "angular-select2",
4-
"version": "0.4.0",
3+
"name": "angular-ui-select2",
4+
"version": "0.0.1",
55
"homepage": "http://angular-ui.github.com",
66
"keywords": [
77
"angular",
88
"angularui",
99
"select2"
1010
],
11-
"repository": {
12-
"type": "git",
13-
"url": "git://github.com/angular-ui/ui-select2.git"
14-
},
1511
"main": "./ui-select2.js",
1612
"dependencies": {
1713
"angular": ">= 1.0.2",

0 commit comments

Comments
 (0)