azz / styled-css-grid

🍱 A tiny CSS grid layout for React
https://styled-css-grid.js.org/
MIT License
623 stars 42 forks source link

Fix TypeScript definitions not working #56

Closed fnky closed 5 years ago

fnky commented 5 years ago

This fixes an issue where TypeScript definitions didn't work because the index.d.ts wasn't in the dist folder.

When using npm/yarn to install the package, only files within dist would be installed, but index.d.ts would be left out, as it wasn't copied over during the build process.

azz commented 5 years ago

:tada: This PR is included in version 1.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: