diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-12 09:30:01 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-05-12 09:30:01 +0200 |
commit | 1122b6ed058435e3ea32b39511fbc1ee251fee1b (patch) | |
tree | a2581d65dda9c43301bcc62129f9cc4f3d8fcb26 /webapp/package.json | |
parent | 1f19bfa9fcf0903dab6e5675f055f23cba1357b7 (diff) |
Fix doc and repo url
Diffstat (limited to 'webapp/package.json')
-rw-r--r-- | webapp/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
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", |