Skip to content

Commit d4d61d9

Browse files
committed
chore: npm pkg fix
1 parent a778aec commit d4d61d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@globus/react-auth-context",
33
"version": "0.4.0",
44
"description": "A React context for integrating Globus Auth into your application using the Globus JavaScript SDK",
5-
"repository": "github:globus/react-auth-context",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/globus/react-auth-context.git"
8+
},
69
"main": "dist/umd/index.js",
710
"types": "dist/esm/index.d.ts",
811
"exports": {

0 commit comments

Comments
 (0)