Fix build issue

This commit is contained in:
Ibby Hadeed
2017-11-09 18:09:40 -05:00
parent 2475c57e00
commit dee32c921c
4 changed files with 987 additions and 1135 deletions
+8 -8
View File
@@ -6,16 +6,16 @@
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
"license": "MIT",
"devDependencies": {
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/compiler": "5.0.1",
"@angular/compiler-cli": "5.0.1",
"@angular/core": "5.0.1",
"@types/cordova": "0.0.34",
"@types/jasmine": "^2.5.51",
"@types/node": "^8.0.47",
"@types/jasmine": "^2.6.3",
"@types/node": "^8.0.50",
"canonical-path": "0.0.2",
"child-process-promise": "2.2.1",
"conventional-changelog-cli": "1.3.1",
"cpr": "2.0.2",
"conventional-changelog-cli": "1.3.4",
"cpr": "2.0.0",
"cz-conventional-changelog": "2.0.0",
"decamelize": "1.2.0",
"dgeni": "0.4.7",
@@ -43,7 +43,7 @@
"semver": "5.3.0",
"tslint": "3.15.1",
"tslint-ionic-rules": "0.0.8",
"typescript": "~2.4.2",
"typescript": "2.4.2",
"zone.js": "0.8.18"
},
"scripts": {