Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Merge ca6b4b6 into 2879165
Browse files Browse the repository at this point in the history
  • Loading branch information
klemenoslaj committed Feb 28, 2019
2 parents 2879165 + ca6b4b6 commit 51d32bb
Show file tree
Hide file tree
Showing 3 changed files with 3,360 additions and 3,744 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

sudo: required
language: node_js
before_install: # if "install" is overridden
Expand All @@ -9,8 +8,8 @@ cache:
notifications:
email: false
node_js:
- '10'
- '8'
- "10"
- "8"
before_script:
- yarn global add @angular/cli
script:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"core-js": "^2.5.4",
"rxjs": "~6.3.3",
"rxjs": "^6.4.0",
"travis-deploy-once": "^5.0.9",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.10.0",
"@angular-devkit/build-ng-packagr": "^0.10.2",
"@angular-devkit/build-angular": "^0.13.3",
"@angular-devkit/build-ng-packagr": "^0.13.3",
"@angular/cli": "^7.0.2",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
Expand Down Expand Up @@ -58,8 +58,8 @@
"ts-node": "~7.0.0",
"tsickle": ">=0.29.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "^3.1.3"
"tslint": "^5.13.0",
"typescript": "~3.2.0"
},
"release": {
"pkgRoot": "dist/core"
Expand Down
Loading

0 comments on commit 51d32bb

Please sign in to comment.