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 8, 2023
1 parent 863399a commit 7d8d6ef
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright © 2022 三咲智子 (https://github.com/sxzz)
Copyright © 2022-PRESENT 三咲智子 (https://github.com/sxzz)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ export const RemoveWrapperFunction = (

## 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
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
"vitest": "^0.32.0"
},
"engines": {
"node": ">=14.19.0"
"node": ">=16.14.0"
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "es2021",
"target": "es2022",
"module": "esnext",
"lib": ["es2021"],
"lib": ["es2022"],
"strict": true,
"esModuleInterop": true,
"moduleResolution": "bundler",
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
export default defineConfig({
entry: ['./src/*.ts'],
format: ['cjs', 'esm'],
target: 'node14',
target: 'node16.14',
splitting: true,
clean: true,
dts: true,
Expand Down

0 comments on commit 7d8d6ef

Please sign in to comment.