1.0.14 • Published 2 years ago

@acetickets/common v1.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Common repo

This repo is for code shared accross our microservices

How to publish new version

Make a Change: Update Github

git commit

Update Version

npm version patch

Build

npm run build

Publish the package

npm publish

////////////////////////

DONT DO IN PRODUCTION: but for ease of development

npm pub

  • this command just run the git add, commit, version patch, build and publish all in one command.

How to install package in another repo:

  • go to root of project
  • run
  • npm install @acetickets/common@1.0.6

  • npm install @acetickets/common@<versionNumber>
1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago