Skip to content

Commit

Permalink
fix(forms): fix deposit form webpack entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Mar 4, 2024
1 parent 482a6ac commit e520a7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nrp-devtools"
version = "0.1.22"
version = "0.1.23"
description = "NRP repository development tools"
readme = "README.md"
authors = [{ name = "Miroslav Simek", email = "miroslav.simek@cesnet.cz" }]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"semantic-ui": dict(
entry={
"{{cookiecutter.name}}_search": "./js/{{cookiecutter.name}}/search/index.js",
"{{cookiecutter.name}}_deposit_form": "./js/{{cookiecutter.name}}/forms/deposit/index.js",
"{{cookiecutter.name}}_deposit_form": "./js/{{cookiecutter.name}}/forms/index.js",
},
dependencies={},
devDependencies={},
Expand Down

0 comments on commit e520a7b

Please sign in to comment.