Skip to content

Commit 83bc41c

Browse files
authored
Merge pull request #124 from Roaders/main
Fixing npm publish authentication / update malformed package json
2 parents ab6a504 + e8d6d94 commit 83bc41c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2121
with:
2222
node-version: '22.x'
23+
registry-url: https://registry.npmjs.org/
2324

2425
- name: Install node modules and verify build
2526
run: npm ci && npm run build-release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/ts-mocking-bird",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "A fully type safe mocking, call verification and import replacement library for jasmine and jest",
55
"license": "Apache-2.0",
66
"author": "Morgan Stanley",
@@ -83,7 +83,7 @@
8383
},
8484
"repository": {
8585
"type": "git",
86-
"url": "https://github.com/morganstanley/ts-mocking-bird.git"
86+
"url": "git+https://github.com/morganstanley/ts-mocking-bird.git"
8787
},
8888
"dependencies": {
8989
"lodash": "^4.17.16",

0 commit comments

Comments
 (0)