Skip to content

Commit

Permalink
Merge pull request #15 from Stitch-Money/john/try-fix-permission-issues
Browse files Browse the repository at this point in the history
update package-lock file
  • Loading branch information
johnclaude-stitch committed Jun 5, 2023
2 parents 5ed7329 + f6b607a commit 0f331f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
@stitch-money:registry=https://npm.pkg.github.com/stitch-money

# pnpm settings
recursive-install=true
save-prefix=~
use-lockfile-v6=true
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stitch-money/swiftmessageparser",
"version": "3.0.0",
"version": "3.0.1",
"description": "Swift financial message parser (MT940, MT942, MT900, MT910)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0f331f1

Please sign in to comment.