Skip to content

Commit

Permalink
restore version in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Couper4 committed Apr 26, 2023
1 parent 0d9313b commit deae4f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
run: |
cd nodejs
npm set //registry.npmjs.org/:_authToken=${{ secrets.NUGET_API_KEY }}
npm --no-git-tag-version version 0.1.5
npm publish
1 change: 1 addition & 0 deletions nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "truelayer-signing",
"version": "0.1.5",
"description": "Produce & verify TrueLayer API requests signatures",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
Expand Down

0 comments on commit deae4f1

Please sign in to comment.