Skip to content

Commit

Permalink
chore: Make example package private
Browse files Browse the repository at this point in the history
- There is an error thrown when publishing JS packages right now: https://github.com/deephaven/deephaven-plugins/actions/runs/8210757136/job/22458743570
- Make the example package private so it doesn't try to publish it
  • Loading branch information
mofojed committed Mar 9, 2024
1 parent 89961b6 commit b10eea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/example-theme/src/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"@deephaven/plugin": "^0.58.0",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
},
"private": true
}

0 comments on commit b10eea4

Please sign in to comment.