Skip to content

Commit 13cba86

Browse files
committed
Added changes required by Ionic CLI v3.0.0
1 parent cc04dd8 commit 13cba86

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ionic.config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"name": "ionic-unit-testing-example",
33
"app_id": "",
4-
"projectTypeId": "ionic-angular",
5-
"v2": true,
6-
"typescript": true
4+
"type": "ionic-angular"
75
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"@ionic/app-scripts": "1.3.7",
36+
"@ionic/cli-plugin-ionic-angular": "1.0.0",
3637
"@types/jasmine": "^2.5.41",
3738
"@types/node": "^7.0.8",
3839
"angular2-template-loader": "^0.6.2",

0 commit comments

Comments
 (0)