Skip to content

Commit

Permalink
Merge pull request #14 from ctinnovation/feat/npmjs-registry
Browse files Browse the repository at this point in the history
Feat/npmjs registry
  • Loading branch information
giovanni-bertoncelli authored Feb 22, 2024
2 parents bc8752c + 83bc8b0 commit e61166d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down Expand Up @@ -92,8 +90,6 @@ jobs:
- name: Checkout
if: "${{ env.TAG }}"
uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Tagging
if: "${{ env.TAG }}"
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"license": "ISC",
"dependencies": {
"handlebars": "^4.7.7",
"moment": "^2.29.1",
"moment": "^2.30.1",
"semver": "^7.3.5",
"yargs": "^17.7.2"
},
Expand All @@ -51,4 +51,4 @@
"engines": {
"node": ">=16"
}
}
}

0 comments on commit e61166d

Please sign in to comment.