@cinder-studio/cinder-graphql
v1.6.0
Published
GraphQL tools used by Cinder Studio. Open source for others who may want to use them.
Downloads
11
Readme
Cinder GraphQL
This is a pre-protection release the documentation is not yet complete. If you would like to contribute please contact us on github.
GraphQL tools used by Cinder Studio. Open source for others who may want to use them.
Incomplete Documentation
How to deploy to NPM
If you are not logged into npm, you will first need to log in
npm adduser
You will also need be certain that you have permission to deploy to npm
Then once you are certain you are capable of deploying you'll want to first update the patch version of the library. There are 3 possible versions of upgrading the library version:
- npm version patch
- npm version minor
- npm version major
Run the command of your choosing. Then you are ready to publish:
- npm publish