Skip to content

Commit d4f4688

Browse files
author
a.pirogov
committed
add package.json to supported formats
1 parent b6ea38c commit d4f4688

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ Here is an overview of all the currently supported files and formats.
143143

144144
| Input Formats | Status | | Target Formats | Status |
145145
| -------------- | ------ |-| ----------------------------- | ------ |
146-
| (.)somesy.toml | ✓ | | pyproject.toml _(poetry)_ | ✓ |
147-
| pyproject.toml | ✓(1.) | | pyproject.toml _(setuptools)_ | ✓(2.) |
148-
| package.json | TBD | | package.json | TBD |
146+
| (.)somesy.toml | ✓ | | pyproject.toml _(poetry)_ | ✓ |
147+
| pyproject.toml | ✓(1.) | | pyproject.toml _(setuptools)_ | ✓(2.) |
148+
| package.json | | | package.json | |
149149
| | | | mkdocs.yml | TBD |
150150
| | | | CITATION.cff | ✓ |
151151
| | | | codemeta.json | ✓(3.) |

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,4 +305,4 @@ everybody's life easier. Furthermore, nobody needs to care whether, under the
305305
hood, you use `somesy` (or anything like it) or not - they can use the
306306
corresponding files they already know to get the information they need.
307307
So there is no "risk" involved in adopting `somesy`, because it does not try to
308-
abolish any other formats or standards or becoming such.
308+
abolish any other formats or standards or becoming such.

0 commit comments

Comments
 (0)