Skip to content

Commit

Permalink
chore(release): 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
adhamfarrag committed Jan 12, 2024
1 parent f9bee79 commit 9321f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "nuxtr-vscode",
"displayName": "Nuxtr",
"description": "An extension for Nuxt offering commands and tools to make your experience more pleasant.",
"version": "0.2.12",
"version": "0.2.13",
"packageManager": "[email protected]",
"engines": {
"vscode": "^1.85.0"
Expand Down Expand Up @@ -1138,4 +1138,4 @@
"uglify-js@<2.6.0": ">=3.17.4"
}
}
}
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
dts: false,
splitting: true,
clean: true,
minify: false,
minify: 'terser',
platform: 'node',
sourcemap: false,
external: ['vscode'],
Expand Down

0 comments on commit 9321f05

Please sign in to comment.