adobe / spectrum-tokens

Tokens used by Spectrum, Adobe's design system.

Home Page:http://opensource.adobe.com/spectrum-tokens/visualizer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Config rename not reflected in package.json

castastrophe opened this issue · comments

"main": "config.js",

It looks like the config.js file was renamed but the package.json was not updated to reflect the change. This means that require.resolve is not able to find the asset in question.

Not a blocking issue; I was able to work around the issue by updating from require.resolve("@adobe/spectrum-tokens") to require.resolve("@adobe/spectrum-tokens/package.json").

It's been updated and points to the tasks/buildSpectrumTokens.js file.