File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright © 2022 三咲智子 (https://github.com/sxzz)
3
+ Copyright © 2022-PRESENT 三咲智子 (https://github.com/sxzz)
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ jsxToString(
123
123
// "<div><p>foo</p><p>bar</p><br/><div/>123</div>"
124
124
```
125
125
126
-
127
126
## Benchmark
128
127
129
128
```
@@ -134,7 +133,7 @@ jsxToString(
134
133
<small >
135
134
Tested on Apple M1 Max / 32GB
136
135
137
- * More samples are welcome.*
136
+ _ More samples are welcome._
138
137
</small >
139
138
140
139
## Sponsors
@@ -147,4 +146,4 @@ Tested on Apple M1 Max / 32GB
147
146
148
147
## License
149
148
150
- [ MIT] ( ./LICENSE ) License © 2022 [ 三咲智子] ( https://github.com/sxzz )
149
+ [ MIT] ( ./LICENSE ) License © 2022-PRESENT [ 三咲智子] ( https://github.com/sxzz )
Original file line number Diff line number Diff line change 103
103
"vitest" : " ^0.32.0"
104
104
},
105
105
"engines" : {
106
- "node" : " >=14.19 .0"
106
+ "node" : " >=16.14 .0"
107
107
}
108
108
}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup'
3
3
export default defineConfig ( {
4
4
entry : [ './src' ] ,
5
5
format : [ 'cjs' , 'esm' ] ,
6
- target : 'node14 ' ,
6
+ target : 'node16.14 ' ,
7
7
clean : true ,
8
8
dts : true ,
9
9
} )
You can’t perform that action at this time.
0 commit comments