Skip to content

Commit

Permalink
add patch number to package merge, which npm will otherwise rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Aug 14, 2019
1 parent 840636c commit 8c0b6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/InertiaJsPreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ protected static function updatePackageArray(array $packages)
{
return array_merge([
'@babel/plugin-syntax-dynamic-import' => '^7.2.0',
'@inertiajs/inertia' => '^0.1',
'@inertiajs/inertia-vue' => '^0.1',
'@inertiajs/inertia' => '^0.1.0',
'@inertiajs/inertia-vue' => '^0.1.0',
'vue-template-compiler' => '^2.6.10',
], $packages);
}
Expand Down

0 comments on commit 8c0b6c8

Please sign in to comment.