votesha-model
v3.11.0
Published
Data types used to communicate between the Votesha frontend and backend
Downloads
1
Readme
votesha-model
This is a package meant for use only on the Votesha client and server.
Install
Note: Please don't use unless you're doing development for Votesha.
yarn add votesha-modelDevelopment
nvm use 12
npm install
npm loginDeployment
npm install
npm version patch
or
npm version minor
npm version major
git push
npm publishThen on the source projects, run
yarn upgrade votesha-model