From 7ea33c5e13f3539db1f6d8bc19b560833ac2b05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pertti=20Kellom=C3=A4ki?= Date: Fri, 7 Jun 2013 10:58:17 +0300 Subject: [PATCH] Fix fields in package.json. Update name, version, description, author, main, and git repo url to agree with component.json. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6b478e8..9b7870d 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "angular-ui-date", - "version": "0.0.2", - "description": "This directive allows you to add a date-picker to your form elements.", - "author": "https://github.com/angular-ui/ui-date/graphs/contributors", + "name": "angular-ui-sortable", + "version": "0.0.1", + "description": "This directive allows you to jQueryUI Sortable.", + "author": "https://github.com/angular-ui/ui-sortable/graphs/contributors", "license": "MIT", "homepage": "http://angular-ui.github.com", - "main": "src/date.js", + "main": "./src/sortable.js", "dependencies": {}, "devDependencies": { "grunt": "~0.4.1", @@ -15,6 +15,6 @@ "scripts": {}, "repository": { "type": "git", - "url": "git://github.com/angular-ui/ui-date.git" + "url": "git://github.com/angular-ui/ui-sortable.git" } }