@pkticketing/common

This is a common module that will be published in npm and will share code between the ticketing modules

Usage no npm install needed!

<script type="module">
  import pkticketingCommon from 'https://cdn.skypack.dev/@pkticketing/common';
</script>

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