0.1.0-beta • Published 10 months ago

@mnfst/types v0.1.0-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Manifest types

Utility types used by Manifest.

Development

When updating this library, you may need to fetch your local copy of it instead of the published packages from other projects.

The packages/core/admin and packages/core/manifest projects in this repository have a command to do that it their package.json file. Simply run:

npm run link-local-types

Build

npm run build

Publish

npm run build
npm publish

# Alpha / Beta versions
npm publish --tag alpha
npm publish --tag beta