Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanenko3 committed May 9, 2022
1 parent ae950e5 commit 1e58e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
4 changes: 2 additions & 2 deletions nova.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const path = require('path')

class NovaExtension {
name() {
return 'nova-extension'
return ''
}

register(name) {
Expand All @@ -20,7 +20,7 @@ class NovaExtension {
...(webpackConfig.resolve.alias || {}),
'laravel-nova': path.join(
__dirname,
'../../vendor/laravel/nova/resources/js/mixins/packages.js'
'vendor/laravel/nova/resources/js/mixins/packages.js'
),
}

Expand Down

0 comments on commit 1e58e32

Please sign in to comment.