mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(travis): fix typescript 2.0.2 issue, second attempt
This commit is contained in:
parent
c9c5e446cb
commit
f11b655d89
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ npm install --global webpack-dev-server
|
||||||
|
|
||||||
* typescript
|
* typescript
|
||||||
```bash
|
```bash
|
||||||
npm install --global typescript@beta
|
npm install --global typescript@2.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Clone repository and install dependencies
|
## Clone repository and install dependencies
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"ts-helpers": "1.1.1",
|
"ts-helpers": "1.1.1",
|
||||||
"ts-node": "^1.3.0",
|
"ts-node": "^1.3.0",
|
||||||
"typedoc": "^0.4.4",
|
"typedoc": "^0.4.4",
|
||||||
"typescript": "^2.0.0-beta",
|
"typescript": "2.0.0",
|
||||||
"awesome-typescript-loader": "^2.2.1",
|
"awesome-typescript-loader": "^2.2.1",
|
||||||
"tslint-loader": "^2.1.3",
|
"tslint-loader": "^2.1.3",
|
||||||
"url-loader": "^0.5.7",
|
"url-loader": "^0.5.7",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue