Skip to content

Commit 35e0599

Browse files
committed
fix: Add repository information for theme-pack plugin
- Publish was failing because the repository information wasn't included
1 parent 199d6f2 commit 35e0599

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

plugins/theme-pack/src/js/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,12 @@
1515
},
1616
"publishConfig": {
1717
"access": "public"
18+
},
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/deephaven/deephaven-plugins"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/deephaven/deephaven-plugins/issues"
1825
}
1926
}

0 commit comments

Comments
 (0)