Skip to content

Commit

Permalink
rename NPM packages to be under @Jupyter-AI org (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq authored Mar 4, 2023
1 parent 3415960 commit f6e03e9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jupyter/ai-monorepo",
"name": "@jupyter-ai/monorepo",
"version": "0.0.1",
"private": true,
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-ai-dalle/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jupyter/ai-dalle",
"name": "@jupyter-ai/dalle",
"version": "0.0.1",
"description": "A JupyterLab extension that adds a DALL-E model engine and image insertion modes.",
"keywords": [
Expand Down Expand Up @@ -79,7 +79,7 @@
"stylelint-prettier": "^2.0.0",
"typescript": "~4.1.3",
"ts-jest": "^26.0.0",
"@jupyter/ai": "^0.0.1"
"@jupyter-ai/core": "^0.0.1"
},
"sideEffects": [
"style/*.css",
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-ai-dalle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ artifacts = ["jupyter_ai_dalle/labextension"]
exclude = [".github", "binder"]

[tool.hatch.build.targets.wheel.shared-data]
"jupyter_ai_dalle/labextension" = "share/jupyter/labextensions/@jupyter/ai-dalle"
"install.json" = "share/jupyter/labextensions/@jupyter/ai-dalle/install.json"
"jupyter_ai_dalle/labextension" = "share/jupyter/labextensions/@jupyter-ai/dalle"
"install.json" = "share/jupyter/labextensions/@jupyter-ai/dalle/install.json"

[tool.hatch.build.hooks.version]
path = "jupyter_ai_dalle/_version.py"
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyter-ai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jupyter/ai",
"name": "@jupyter-ai/core",
"version": "0.0.1",
"description": "A generative AI extension for JupyterLab",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/jupyter-ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ artifacts = ["jupyter_ai/labextension"]
exclude = [".github", "binder"]

[tool.hatch.build.targets.wheel.shared-data]
"jupyter_ai/labextension" = "share/jupyter/labextensions/@jupyter/ai"
"install.json" = "share/jupyter/labextensions/@jupyter/ai/install.json"
"jupyter_ai/labextension" = "share/jupyter/labextensions/@jupyter-ai/core"
"install.json" = "share/jupyter/labextensions/@jupyter-ai/core/install.json"
"jupyter-config/server-config" = "etc/jupyter/jupyter_server_config.d"
"jupyter-config/nb-config" = "etc/jupyter/jupyter_notebook_config.d"

Expand Down

0 comments on commit f6e03e9

Please sign in to comment.