2.4.0 • Published 7 years ago

@tlrg/middleware-js v2.4.0

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

@tlrg/middleware-js

Middleware layer referenced in the moonstick project.

Publishing to npm

if you have not incremented the version in package.json then run this

  npm version <major/minor/patch>  eg. npm version patch

The package.json version number should now be higher than previous.

Pushing tags to git

Run git tag -l if the version in the package.json appears then run git push --tags

Otherwise to create the tag manually run git tag -a <version number> -m "your message" and then run git push --tags

Correcting mistakes

Deleting tags

Remove local tags first git tag -d v9.9.9 then remove from the repository run git push --delete origin v9.9.9

To remove from npm run npm unpublish @tlrg/middleware-js@9.9.9. CAUTION: make sure no one is using this version.

2.4.0

7 years ago

2.2.2

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.3.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

0.1.16

9 years ago

0.1.15

9 years ago

0.1.14

9 years ago

0.1.13

9 years ago

0.1.12

9 years ago

0.1.11

9 years ago

0.1.10

9 years ago

0.1.9

9 years ago

0.1.8

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago