Skip to content

Commit a14e9fe

Browse files
committed
update repo url in npm package
Signed-off-by: Ryan Tate <ryan.tate@spruceid.com>
1 parent bb57022 commit a14e9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

npm-package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spruceid/opencred-dc-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "TypeScript/Node.js wrapper for OpenCred DC API WASM binary",
55
"main": "dist/dc_api_wasm.js",
66
"types": "dist/dc_api_wasm.d.ts",
@@ -33,7 +33,7 @@
3333
"license": "MIT",
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/spruceid/dc-api.git",
36+
"url": "https://github.com/spruceid/opencred-dc-api.git",
3737
"directory": "npm-package"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)