Skip to content

Commit 8502426

Browse files
authored
Merge pull request #547 from ForgeRock/fix-repository-packagejson
chore: fix-packagejson
2 parents d119831 + 5d6747a commit 8502426

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/journey-client/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@forgerock/journey-client",
33
"version": "1.3.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git",
7+
"directory": "packages/journey-client"
8+
},
49
"type": "module",
510
"exports": {
611
".": "./dist/src/index.js",

0 commit comments

Comments
 (0)