How to deploy a new version
1- open terminal and go to the folder of the project
2- make sure the version in package.json does not already exist in npmjs.com
3- delete node_modules folder
4- run npm install --production
5- login to npm by running npm login
6- run npm publish