Skip to content

Commit 8c0b6c8

Browse files
add patch number to package merge, which npm will otherwise rewrite
1 parent 840636c commit 8c0b6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/InertiaJsPreset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ protected static function updatePackageArray(array $packages)
2323
{
2424
return array_merge([
2525
'@babel/plugin-syntax-dynamic-import' => '^7.2.0',
26-
'@inertiajs/inertia' => '^0.1',
27-
'@inertiajs/inertia-vue' => '^0.1',
26+
'@inertiajs/inertia' => '^0.1.0',
27+
'@inertiajs/inertia-vue' => '^0.1.0',
2828
'vue-template-compiler' => '^2.6.10',
2929
], $packages);
3030
}

0 commit comments

Comments
 (0)