Skip to content

Commit

Permalink
refactor!: drop node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 12, 2023
1 parent 111cea5 commit 039fcf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -112,4 +112,4 @@ VueJsx({

## License

[MIT](./LICENSE) License © 2022 [三咲智子](https://github.com/sxzz)
[MIT](./LICENSE) License © 2022-PRESENT [三咲智子](https://github.com/sxzz)
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -103,6 +103,6 @@
"vue": "^3.3.4"
},
"engines": {
"node": ">=14.19.0"
"node": ">=16.14.0"
}
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['./src'],
format: ['cjs', 'esm'],
target: 'node14',
target: 'node16.14',
splitting: true,
clean: true,
dts: true,
Expand Down

0 comments on commit 039fcf2

Please sign in to comment.