Skip to content

Commit

Permalink
chore: fix production bundle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Jan 16, 2024
1 parent 0ccf50d commit b41470d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
],
"scripts": {
"prepack": "pnpm build",
"prepare": "pnpm dev:prepare",
"build": "nuxt-module-build build",
"example": "./scripts/example.sh dev",
"example:build": "./scripts/example.sh build",
Expand Down Expand Up @@ -81,5 +80,5 @@
"node-fetch": "npm:node-fetch-native@latest"
}
},
"packageManager": "pnpm@8.9.2"
"packageManager": "pnpm@8.14.0"
}

0 comments on commit b41470d

Please sign in to comment.