README
COMMON
This is a common module that will be published in npm and will share code between the ticketing modules
package.json
Replace the name "@pkticketing/common" with your custom npm project name
publishing
Just update the project version in package.json. I.e "npm version patch" And then run:
- npm run build
- npm publish