diff options
author | silverwind <me@silverwind.io> | 2023-06-18 20:13:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-18 20:13:08 +0200 |
commit | 1a0a20546699021c547ffb4cc4979bf334b39b53 (patch) | |
tree | b5b19896488b5f79464d036c7b15de14b0287081 /package.json | |
parent | Fix label list divider (#25312) (diff) | |
download | forgejo-1a0a20546699021c547ffb4cc4979bf334b39b53.tar.xz forgejo-1a0a20546699021c547ffb4cc4979bf334b39b53.zip |
Clean up pyproject.toml and package.json, fix poetry options (#25327)
- Reduce `pyproject.toml` and `package.json` to the minimal required
format, removing unneeded properties. `build-system` is not needed as
per
[this](https://github.com/python-poetry/poetry/issues/8110#issuecomment-1595846841).
- Fix `poetry.toml` options they were wrong previously.
- Add dependencies of poetry files to templates `files-changed`.
---------
Co-authored-by: Giteabot <teabot@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.json b/package.json index 0a05bd3a55..0701862cc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,4 @@ { - "name": "gitea", - "license": "MIT", - "private": true, "type": "module", "engines": { "node": ">= 16.0.0" |