Skip to content

Commit

Permalink
Merge pull request #2 from biaov/release/v2.0.1
Browse files Browse the repository at this point in the history
Relese/v2.0.1
  • Loading branch information
biaov authored Oct 11, 2023
2 parents a34f9f0 + f19bf55 commit 6079e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mine-auto-cli",
"private": false,
"version": "2.0.0",
"version": "2.0.1",
"exports": "./index.js",
"main": "./index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: UserConfig = {
}
},
build: {
target: 'node18',
target: 'node16',
outDir: resolve(__dirname, './dist'),
lib: {
entry: resolve(__dirname, './src/index.ts'),
Expand Down

0 comments on commit 6079e02

Please sign in to comment.