Skip to content

Commit

Permalink
Add missing information
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Feb 2, 2021
1 parent 6042715 commit a0f74eb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To release a new version of jscatter on PyPI and NPM:

1. Run `make bump-patch`, `make bump-minor`, or `make bump-major`
2. Run `make publish`
5 changes: 5 additions & 0 deletions install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"packageManager": "python",
"packageName": "jscatter",
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jscatter"
}
5 changes: 5 additions & 0 deletions jscatter.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"load_extensions": {
"jscatter/extension": true
}
}

0 comments on commit a0f74eb

Please sign in to comment.