Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit d61592f

Browse files
committed
Merge pull request #13 from perttikellomaki/master
Update package.json
2 parents 7e5fabf + 7ea33c5 commit d61592f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "angular-ui-date",
3-
"version": "0.0.2",
4-
"description": "This directive allows you to add a date-picker to your form elements.",
5-
"author": "https://github.com/angular-ui/ui-date/graphs/contributors",
2+
"name": "angular-ui-sortable",
3+
"version": "0.0.1",
4+
"description": "This directive allows you to jQueryUI Sortable.",
5+
"author": "https://github.com/angular-ui/ui-sortable/graphs/contributors",
66
"license": "MIT",
77
"homepage": "http://angular-ui.github.com",
8-
"main": "src/date.js",
8+
"main": "./src/sortable.js",
99
"dependencies": {},
1010
"devDependencies": {
1111
"grunt": "~0.4.1",
@@ -15,6 +15,6 @@
1515
"scripts": {},
1616
"repository": {
1717
"type": "git",
18-
"url": "git://github.com/angular-ui/ui-date.git"
18+
"url": "git://github.com/angular-ui/ui-sortable.git"
1919
}
2020
}

0 commit comments

Comments
 (0)