JSPM

  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q66210F

Spectrum Express tokens (compatibility release)

Package Exports

  • @adobe/spectrum-express-tokens

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@adobe/spectrum-express-tokens) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@adobe/spectrum-tokens

Backwards-compatible DNA release based on DSS.

Building

Build DNA output and put contents into ./dist/:

yarn build

Releasing

First, update the version number (pass major, minor, patch), or simply edit package.json to have the right version.

npm version minor

Perform the build/release:

yarn release