From 1122b6ed058435e3ea32b39511fbc1ee251fee1b Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 12 May 2017 09:30:01 +0200 Subject: Fix doc and repo url --- webapp/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webapp') diff --git a/webapp/package.json b/webapp/package.json index ecc6a78..e3de00f 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,7 +1,7 @@ { - "name": "xds-server", + "name": "xds-server-dashboard", "version": "1.0.0", - "description": "XDS (Cross Development System) Server", + "description": "X (cross) Development System dashboard", "scripts": { "clean": "gulp clean", "compile": "gulp compile", @@ -10,12 +10,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/xds-server" + "url": "https://github.com/iotbzh/xds-server" }, "author": "Sebastien Douheret [IoT.bzh]", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/xds-server/issues" + "url": "https://github.com/iotbzh/xds-server/issues" }, "dependencies": { "@angular/common": "2.4.4", -- cgit 1.2.3-korg