@fishtripr/constants
v0.0.13
Published
Constant for fishtripr frontends
Downloads
4
Readme
Constants
This repository contains all needed constants for frontend apps. It's publish on NPM and you can you it.
Usage
Add this package to a project:
npm install --save @fishtripr/constants
All the constants are exposed, you can import in your project like following:
import { COLORS } from '@fishtripr/constants'
How to publish a new version
Make sur you are login on npm, if not use
npm login
Build the bundle before publishing
npm run build:prod
Don't forget to update the version of the package depend of the modification. Documentation
npm version [patch | minor | major]
Then, to publish a new version
npm publish --access public