Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit a48f78c

Browse files
committed
update to ts2.0 and @types
1 parent def6b93 commit a48f78c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"e2e": "tsc && concurrently \"http-server -s\" \"protractor protractor.config.js\" --kill-others --success first",
1111
"lint": "tslint ./app/**/*.ts -t verbose",
1212
"lite": "lite-server",
13-
"postinstall": "typings install",
1413
"test": "tsc && concurrently \"tsc -w\" \"karma start karma.conf.js\"",
1514
"test-once": "tsc && karma start karma.conf.js --single-run",
1615
"tsc": "tsc",
1716
"tsc:w": "tsc -w",
18-
"typings": "typings",
1917
"webdriver:update": "webdriver-manager update"
2018
},
2119
"keywords": [],
@@ -44,8 +42,7 @@
4442
"devDependencies": {
4543
"concurrently": "^2.2.0",
4644
"lite-server": "^2.2.0",
47-
"typescript": "^1.8.10",
48-
"typings": "^1.0.4",
45+
"typescript": "^2.0.2",
4946

5047
"canonical-path": "0.0.2",
5148
"http-server": "^0.9.0",
@@ -58,7 +55,12 @@
5855
"karma-htmlfile-reporter": "^0.2.2",
5956
"karma-jasmine": "^0.3.8",
6057
"protractor": "^3.3.0",
61-
"rimraf": "^2.5.2"
58+
"rimraf": "^2.5.2",
59+
60+
"@types/core-js": "^0.9.32",
61+
"@types/jasmine": "^2.2.33",
62+
"@types/node": "^6.0.38",
63+
"@types/protractor": "^1.5.18"
6264
},
6365
"repository": {}
6466
}

0 commit comments

Comments
 (0)