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 a6c022d commit 2d738ef
Show file tree
Hide file tree
Showing 4 changed files with 5 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
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ jsxToString(
// "<div><p>foo</p><p>bar</p><br/><div/>123</div>"
```


## Benchmark

```
Expand All @@ -134,7 +133,7 @@ jsxToString(
<small>
Tested on Apple M1 Max / 32GB

*More samples are welcome.*
_More samples are welcome._
</small>

## Sponsors
Expand All @@ -147,4 +146,4 @@ Tested on Apple M1 Max / 32GB

## 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 @@ -103,6 +103,6 @@
"vitest": "^0.32.0"
},
"engines": {
"node": ">=14.19.0"
"node": ">=16.14.0"
}
}
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'],
format: ['cjs', 'esm'],
target: 'node14',
target: 'node16.14',
clean: true,
dts: true,
})

0 comments on commit 2d738ef

Please sign in to comment.