yldio / styled-is

A flag utility for styled-components
Mozilla Public License 2.0
210 stars 8 forks source link

index.d.ts doesn't appear on published version of styled-is #49

Open danyim opened 4 years ago

danyim commented 4 years ago
> npm init
> npm install styled-is
> ls node_modules/styled-is -a
.babelrc  .eslintignore  .eslintrc  .nyc_output  .prettierignore  .prettierrc  .tern-project  .travis.yml  coverage  dist  license  package.json  readme.md  test  yarn.lock
# ^ Notice no index.d.ts in output

I believe after merging #48, the contributors needed to publish a patch version (1.3.1?) on NPM.

wdfinch commented 4 years ago

Any updates on this? I would really love to use this library with typescript. Thanks.

sperezm97 commented 4 years ago

@sergioramos hello, would you please check this issue ?

seeruk commented 2 years ago

Also currently stuck with this. Might just have to make a fork?