Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
fix(deps): Use latest ignite-dev-screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlntn committed May 3, 2019
1 parent 63d4023 commit 9402f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ async function install(context) {
// dev-screens be installed after vector-icons and animatable so that it can
// conditionally patch its PluginExamplesScreen
if (answers['dev-screens'] === 'Yes') {
await system.spawn(`ignite add dev-screens@"2.4.4" ${debugFlag}`, {
await system.spawn(`ignite add dev-screens@"2.4.5" ${debugFlag}`, {
stdio: 'inherit'
})
}
Expand Down

0 comments on commit 9402f29

Please sign in to comment.