Skip to content

Commit 028baa3

Browse files
committed
Use original package.json in toml
1 parent 6aff253 commit 028baa3

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

packages/applet-view/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
2828

2929
[tool.hatch.version]
3030
source = "nodejs"
31-
path = "fails_components_jupyter_applet_view/labextension/package.json"
3231

3332
[tool.hatch.metadata.hooks.nodejs]
3433
fields = ["description", "authors", "urls"]
35-
path = "fails_components_jupyter_applet_view/labextension/package.json"
3634

3735
[tool.hatch.build.targets.sdist]
3836
artifacts = ["fails_components_jupyter_applet_view/labextension"]

packages/filesystem-extension/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
2828

2929
[tool.hatch.version]
3030
source = "nodejs"
31-
path = "fails_components_jupyter_filesystem_extension/labextension/package.json"
3231

3332
[tool.hatch.metadata.hooks.nodejs]
3433
fields = ["description", "authors", "urls"]
35-
path = "fails_components_jupyter_filesystem_extension/labextension/package.json"
3634

3735
[tool.hatch.build.targets.sdist]
3836
artifacts = ["fails_components_jupyter_filesystem_extension/labextension"]

packages/interceptor/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
2828

2929
[tool.hatch.version]
3030
source = "nodejs"
31-
path = "fails_components_jupyter_interceptor/labextension/package.json"
3231

3332
[tool.hatch.metadata.hooks.nodejs]
3433
fields = ["description", "authors", "urls"]
35-
path = "fails_components_jupyter_interceptor/labextension/package.json"
3634

3735
[tool.hatch.build.targets.sdist]
3836
artifacts = ["fails_components_jupyter_interceptor/labextension"]

packages/jupyterreactedit/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ dynamic = ["version", "description", "authors", "urls", "keywords"]
1818

1919
[tool.hatch.version]
2020
source = "nodejs"
21-
path = "./package.json"
2221

2322
[tool.hatch.metadata.hooks.nodejs]
2423
fields = ["description", "authors", "urls"]
25-
path = "./package.json"
2624

2725
[tool.hatch.build.targets.sdist]
2826
artifacts = ["lib"]

0 commit comments

Comments
 (0)