From f80995d03b38095c0572a9fee4102222c816bcaf Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 19 Sep 2016 11:24:53 +0100 Subject: [PATCH] #763 Upgrade demo shell to TS 2.0.2 --- demo-shell-ng2/package.json | 11 +++++------ demo-shell-ng2/typings.json | 7 ------- 2 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 demo-shell-ng2/typings.json diff --git a/demo-shell-ng2/package.json b/demo-shell-ng2/package.json index b93a1936d9..be4f6f7ccd 100644 --- a/demo-shell-ng2/package.json +++ b/demo-shell-ng2/package.json @@ -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": { diff --git a/demo-shell-ng2/typings.json b/demo-shell-ng2/typings.json deleted file mode 100644 index d8954c2485..0000000000 --- a/demo-shell-ng2/typings.json +++ /dev/null @@ -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" - } -}