File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 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
1010### Added
1111
1212- 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 ) )
1314
1415## [ 0.4.0] - 2021-12-09
1516
Original file line number Diff line number Diff line change 22 "name" : " @tailwindcss/aspect-ratio" ,
33 "version" : " 0.4.0" ,
44 "main" : " src/index.js" ,
5+ "types" : " src/index.d.ts" ,
56 "license" : " MIT" ,
67 "repository" : " https://github.com/tailwindlabs/tailwindcss-aspect-ratio" ,
78 "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