Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bejoinka committed Feb 22, 2024
1 parent c93bbe3 commit cc9ce39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
- name: Publish new version to NPM Registry
run: |
yarn version --patch
yarn npm publish
yarn npm publish --access public
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awell-health/moleculer-decorators",
"version": "1.4.1",
"version": "1.4.2",
"description": "decorators for moleculer",
"main": "dist/index.js",
"packageManager": "yarn@3.4.1",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ColonelBundy/moleculer-decorators.git"
"url": "git+https://github.com/awell-health/moleculer-decorators.git"
},
"keywords": [
"microservices",
Expand All @@ -29,9 +29,9 @@
"moleculer"
],
"bugs": {
"url": "https://github.com/ColonelBundy/moleculer-decorators/issues"
"url": "https://github.com/awell-health/moleculer-decorators/issues"
},
"homepage": "https://github.com/ColonelBundy/moleculer-decorators#readme",
"homepage": "https://github.com/awell-health/moleculer-decorators#readme",
"dependencies": {
"@moleculer/channels": "^0.1.8",
"moleculer": "^0.14.32"
Expand Down

0 comments on commit cc9ce39

Please sign in to comment.