Skip to content

Commit 5d13b29

Browse files
authored
chore: Make theme-pack plugin a public package (#1250)
- Wasn't being published because it was configured as a private package
1 parent d72a5f7 commit 5d13b29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
"devDependencies": {
1414
"@deephaven/plugin": "^1.6.0"
1515
},
16-
"private": true
16+
"publishConfig": {
17+
"access": "public"
18+
}
1719
}

0 commit comments

Comments
 (0)