chore(dependencies): add angular/tsc-wrapper to package.json to avoid npm issues people are having

This commit is contained in:
Dan Bucholtz
2017-07-14 11:55:44 -05:00
parent 2d49e10da4
commit ab511c4744
3 changed files with 37 additions and 35 deletions

View File

@@ -34,6 +34,7 @@
"@angular/http": "4.1.3",
"@angular/platform-browser": "4.1.3",
"@angular/platform-browser-dynamic": "4.1.3",
"@angular/tsc-wrapped": "4.1.3",
"ionicons": "~3.0.0",
"rxjs": "5.4.0",
"zone.js": "0.8.12"
@@ -148,4 +149,4 @@
"pre-push#master": [
"test"
]
}
}