From 414aad6736b40fd7d3bac8adb9cc507390201d55 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 14 Jul 2015 20:05:44 +0200 Subject: [PATCH] Added license info to package.json in example project. Removed old file from test folder. --- example/package.json | 13 +++++++++---- test/tsconfig.json | 1 - 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 7f3eb1886..61c039324 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { - "name": "csMap", - "version": "0.0.0", - "description": "CommonSense map application", + "name": "csWebExample", + "version": "0.1.0", + "description": "CommonSense web application", "main": "app.js", "author": { "name": "Erik Vullings", @@ -11,6 +11,7 @@ "type": "git", "url": "https://github.com/TNOCS/csWeb" }, + "license": "MIT", "dependencies": { "body-parser": "^1.12.4", "chokidar": "^1.0.1", @@ -51,5 +52,9 @@ "karma-jasmine": "^0.3.5", "karma-phantomjs-launcher": "^0.2.0", "phantomjs": "^1.9.17" - } + }, + "bugs": { + "url": "https://github.com/TNOCS/csWeb/issues" + }, + "homepage": "https://github.com/TNOCS/csWeb" } diff --git a/test/tsconfig.json b/test/tsconfig.json index 06cc97f2e..4ff593f5e 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -42,7 +42,6 @@ "./Scripts/typings/cs/creator/RssService.d.ts", "./Scripts/typings/cs/cs-offline-search.d.ts", "./Scripts/typings/cs/csComp.d.ts", - "./Scripts/typings/cs/csServerComp.d.ts", "./Scripts/typings/cs/database/BagDatabase.d.ts", "./Scripts/typings/cs/database/IBagAddress.d.ts", "./Scripts/typings/cs/database/IBagOptions.d.ts",