tokens-studio / sd-transforms

Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio
MIT License
175 stars 27 forks source link

[Bug]: wrong export in package.json #285

Closed JorenVerbaandert closed 3 weeks ago

JorenVerbaandert commented 3 weeks ago

What happened?

The new release does not seem to work correctly.

package.json still specifies ./dist/index.js while it should be ./dist/src/index.js

Reproduction

Install 1.0.0, not able to access the functions in the library.

Expected output

Install 1.0.0, expect to import functions from the library.

Version

1.0.0

jorenbroekema commented 3 weeks ago

Ah yes you're right, that'll teach me to run npm pack and test it locally when I change stuff about the build process :')