0.0.13 • Published 6 years ago

@fishtripr/constants v0.0.13

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

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
0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago