Skip to content

Commit 2f64216

Browse files
authored
Merge pull request #600 from visdesignlab/npm-publish-fix
Add repository link to upset2-core package.json
2 parents 617c146 + 7d5a2a5 commit 2f64216

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/core/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@visdesignlab/upset2-core",
33
"version": "1.0.0",
44
"license": "MIT",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/visdesignlab/upset2.git",
8+
"directory": "packages/core"
9+
},
510
"type": "module",
611
"main": "dist/index.cjs",
712
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)