@adar-tickets/common
v1.0.27
Published
After Createing a user on https://www.npmjs.com/ we can add new organization (free: unlimited public packges). After that, make sure to set: "name": "@organizationName/packageName", just as your new organization that we built. Finally, create new git re
Downloads
44
Readme
After Createing a user on https://www.npmjs.com/ we can add new organization (free: unlimited public packges). After that, make sure to set: "name": "@organizationName/packageName", just as your new organization that we built. Finally, create new git repository and connect it with the project. Thank it!
version patch => will update the package version npm publish => will publish the package
// Basic implementaion for updating package - After any change, run this commands: // git add . // git commit -m "updates..." // npm version patch // npm run build // npm publish