File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
- Remove ` dist ` folder and related dependencies ([ #29 ] ( https://github.com/tailwindlabs/tailwindcss-aspect-ratio/pull/29 ) )
13
+ - Add typescript types ([ #33 ] ( https://github.com/tailwindlabs/tailwindcss-aspect-ratio/pull/33 ) )
13
14
14
15
## [ 0.4.0] - 2021-12-09
15
16
Original file line number Diff line number Diff line change 2
2
"name" : " @tailwindcss/aspect-ratio" ,
3
3
"version" : " 0.4.0" ,
4
4
"main" : " src/index.js" ,
5
+ "types" : " src/index.d.ts" ,
5
6
"license" : " MIT" ,
6
7
"repository" : " https://github.com/tailwindlabs/tailwindcss-aspect-ratio" ,
7
8
"publishConfig" : {
Original file line number Diff line number Diff line change
1
+ declare function plugin ( ) : Function
2
+ export = plugin
You can’t perform that action at this time.
0 commit comments