Skip to content

Commit 5654bb0

Browse files
Zsailerclaude
andcommitted
release: Prepare version 1.0.0 for release
- Bump version to 1.0.0 - Enhance package description with feature details - Add relevant keywords for discoverability - Update publish configuration for npm registry - Verify build succeeds with all improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 060387c commit 5654bb0

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"name": "jupyterlab-document-collaborators",
3-
"version": "0.1.0",
4-
"description": "A JupyterLab extension for showing collaborators at the top of a document",
3+
"version": "1.0.0",
4+
"description": "A JupyterLab extension for showing document collaborators with interactive avatars and cursor labels",
55
"keywords": [
66
"jupyter",
77
"jupyterlab",
8-
"jupyterlab-extension"
8+
"jupyterlab-extension",
9+
"collaboration",
10+
"awareness",
11+
"yjs",
12+
"real-time"
913
],
1014
"homepage": "https://github.com/jupyter-ai-contrib/jupyterlab-document-collaborators",
1115
"bugs": {
@@ -95,7 +99,8 @@
9599
],
96100
"styleModule": "style/index.js",
97101
"publishConfig": {
98-
"access": "public"
102+
"access": "public",
103+
"registry": "https://registry.npmjs.org/"
99104
},
100105
"jupyterlab": {
101106
"extension": true,

0 commit comments

Comments
 (0)