1.0.3 • Published 4 years ago

@nickmorton/yes-admin-common v1.0.3

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

yes-admin-common

Local build and publish

To build, run:

npm run build

Or, to create a clean build, run:

npm run clean-build

To make available to other local projects, run:

npm link

And in the referencing project folder, run:

npm link @nickmorton/yes-admin-common

To unlink, use

npm unlink

And in the referencing project folder, run:

npm unlink @nickmorton/yes-admin-common

To publish to npm, first uptick the version in package.json, then log in to npm using:

npm login

Then publish package using:

npm publish --access public

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago