#763 Upgrade demo shell to TS 2.0.2

This commit is contained in:
Denys Vuika
2016-09-19 11:24:53 +01:00
parent 188ad2f394
commit f80995d03b
2 changed files with 5 additions and 13 deletions
+5 -6
View File
@@ -4,15 +4,13 @@
"version": "0.3.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"postinstall": "typings install",
"clean": "rimraf node_modules typings",
"clean": "rimraf node_modules",
"build": "npm run tslint && npm run tsc && npm run licensecheck",
"start": "npm run build && concurrently \"npm run tsc:w\" \"npm run serve\" ",
"aws": "node app.js",
"tsc": "tsc",
"tsc:w": "tsc -w",
"serve": "wsrv -O http://localhost:3000 -s -l -p 3000 -a 0.0.0.0 -x ./server/versions.js",
"typings": "typings install",
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'",
"licensecheck": "license-check"
},
@@ -90,12 +88,13 @@
"ng2-alfresco-tag": "0.3.2"
},
"devDependencies": {
"concurrently": "2.0.0",
"@types/core-js": "^0.9.32",
"@types/jasmine": "^2.2.33",
"concurrently": "^2.2.0",
"license-check": "1.1.5",
"mime": "^1.3.4",
"tslint": "3.8.1",
"typescript": "1.8.10",
"typings": "1.0.4",
"typescript": "^2.0.2",
"wsrv": "^0.1.5"
},
"license-check-config": {
-7
View File
@@ -1,7 +0,0 @@
{
"globalDependencies": {
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
"jasmine": "registry:dt/jasmine#2.2.0+20160505161446",
"node": "registry:dt/node#4.0.0+20160509154515"
}
}