Skip to content

Commit

Permalink
Fully remove packageJson
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Sep 20, 2024
1 parent f099e78 commit 670403c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/nuxt-module/src/storybook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export async function setupStorybook(options: ModuleOptions, nuxt: Nuxt) {
configDir: resolve(projectDir, './.storybook'),
configType: 'DEVELOPMENT',
cache: storybookCache,
packageJson: { version: '8.3.0' },
// Don't check for storybook updates (we're using the latest version)
versionUpdates: false,
quiet: options.logLevel < 4, // 4 = debug
Expand Down

0 comments on commit 670403c

Please sign in to comment.