Skip to content

Commit

Permalink
Added license info to package.json in example project.
Browse files Browse the repository at this point in the history
Removed old file from test folder.
  • Loading branch information
erikvullings committed Jul 14, 2015
1 parent 98f6005 commit 414aad6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
13 changes: 9 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -11,6 +11,7 @@
"type": "git",
"url": "https://github.com/TNOCS/csWeb"
},
"license": "MIT",
"dependencies": {
"body-parser": "^1.12.4",
"chokidar": "^1.0.1",
Expand Down Expand Up @@ -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"
}
1 change: 0 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 414aad6

Please sign in to comment.