From 94121dae35cb5380cbe5b39d8a74aeaed8cd6652 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Tue, 15 Oct 2013 23:35:17 +0100 Subject: [PATCH] updated description and added repository to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2beee53..a38c359 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "angular-contenteditable", "version": "0.3.5", - "description": "angular extensions", + "description": "angular model for the 'contenteditable' html attribute", + "repository": { + "type": "git", + "url": "https://github.com/akatov/angular-contenteditable.git" + }, "main": "angular-contenteditable.js", "directories": { "test": "test"