mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
committed by
Brandy Carney
parent
95072c82d2
commit
b900aa5f78
@@ -257,6 +257,7 @@ Update the following dependencies in your `package.json` file:
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/app-scripts": "0.0.45",
|
||||
"typescript": "2.0.6"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user