docs(changelog): add typescript to devDependencies (#9788)

"devDependencies": {
    "@ionic/app-scripts": "0.0.48",
   
  }
should be
 "devDependencies": {
    "@ionic/app-scripts": "0.0.48",
    "typescript": "2.0.6"
  }
This commit is contained in:
Radwan Diab
2016-12-28 17:41:41 +02:00
committed by Brandy Carney
parent 95072c82d2
commit b900aa5f78

View File

@@ -257,6 +257,7 @@ Update the following dependencies in your `package.json` file:
},
"devDependencies": {
"@ionic/app-scripts": "0.0.45",
"typescript": "2.0.6"
}
```