From 13874c88c2cca0578982665e34d4a0caccae65db Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Thu, 4 Feb 2016 18:19:44 +0200 Subject: [PATCH] Add a homepage entry to the package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d308b34c4..a548e7e98 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "tns-core-modules", "description": "Telerik NativeScript Core Modules", "version": "1.6.0", + "homepage":"https://www.nativescript.org", "repository": { "type": "git", "url": "https://github.com/NativeScript/NativeScript" @@ -45,4 +46,4 @@ "android": "1.3.0" } } -} \ No newline at end of file +}