ant-design / ant-design-colors

:art: Color Palettes Calculator of Ant Design
https://ant.design/docs/spec/colors
MIT License
652 stars 79 forks source link

Fix: added generate.d.ts file in the "files" for the dist folder #64

Closed danielrohers closed 4 years ago

danielrohers commented 4 years ago

I am migrating my project to use TypeScript and an error occurred because the "generate" file was not found in the "index" file.

Screenshot from 2020-07-27 13-28-36

Screenshot from 2020-07-27 14-59-32

The correct thing would be to have the @ant-design/colors/dist/src/generate.d.ts file. Then the file was added in "files" in order to be added to the dist.

Versions:

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 99.242% when pulling 9675968419480384631bbccfe90e1188a2c2e70a on danielrohers:fix-generate-file into b1b1cc03f82d73cd2db783bfdb1c3dbaf61b9b5f on ant-design:master.