File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
This package provides two Hatch plugins:
9
9
10
10
- [ version source plugin] ( https://hatch.pypa.io/latest/plugins/version-source/ ) that reads/writes the package version
11
- from the ` version ` field of the NodeJS ` package.json ` file.
11
+ from the ` version ` field of the Node.js ` package.json ` file.
12
12
- [ metadata hook plugin] ( https://hatch.pypa.io/latest/plugins/metadata-hook/ ) that reads PEP 621 metadata from the
13
- NodeJS ` package.json ` file.
13
+ Node.js ` package.json ` file.
14
14
15
15
** Table of Contents**
16
16
@@ -68,7 +68,7 @@ Meanwhile, [PEP 440](https://peps.python.org/pep-0440/#version-scheme) defines:
68
68
- `post-release`
69
69
- `dev-release`
70
70
71
- In order to ensure round-trip support, and ensure semantic consistency between NodeJS and Python, this plugin only
71
+ In order to ensure round-trip support, and ensure semantic consistency between Node.js and Python, this plugin only
72
72
accepts the common version parts:
73
73
74
74
- `major`
You can’t perform that action at this time.
0 commit comments