Skip to content

Commit

Permalink
Merge pull request #124 from Roaders/main
Browse files Browse the repository at this point in the history
Fixing npm publish authentication / update malformed package json
  • Loading branch information
bingenito authored Oct 4, 2024
2 parents ab6a504 + e8d6d94 commit 83bc41c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '22.x'
registry-url: https://registry.npmjs.org/

- name: Install node modules and verify build
run: npm ci && npm run build-release
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "@morgan-stanley/ts-mocking-bird",
"version": "1.2.2",
"version": "1.2.3",
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest",
"license": "Apache-2.0",
"author": "Morgan Stanley",
Expand Down Expand Up @@ -83,7 +83,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/morganstanley/ts-mocking-bird.git"
"url": "git+https://github.com/morganstanley/ts-mocking-bird.git"
},
"dependencies": {
"lodash": "^4.17.16",
Expand Down

0 comments on commit 83bc41c

Please sign in to comment.