Skip to content

Commit

Permalink
Revert "chore(package): compile with angular 9"
Browse files Browse the repository at this point in the history
This reverts commit 2ad03fa.
  • Loading branch information
danielsogl committed Feb 10, 2020
1 parent 4d34643 commit 2913a68
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 154 deletions.
186 changes: 38 additions & 148 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"shipit": "npm run build && npm run readmes && npm run npmpub"
},
"devDependencies": {
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@types/cordova": "0.0.34",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^25.1.2",
Expand Down Expand Up @@ -55,13 +55,13 @@
"tslint": "^5.20.1",
"tslint-ionic-rules": "0.0.21",
"typedoc": "^0.16.9",
"typescript": "^3.7.5",
"typescript": "~3.5.3",
"typescript-tslint-plugin": "0.5.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.41.5",
"winston": "^3.2.1",
"zone.js": "^0.10.2"
"zone.js": "^0.9.1"
},
"jest": {
"transform": {
Expand Down

0 comments on commit 2913a68

Please sign in to comment.