File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -157,4 +157,5 @@ cython_debug/
157
157
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158
158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159
159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
- # .idea/
160
+ # .idea/.idea
161
+ .envrc
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" pdm-pep517>=0.12.0 " ]
3
- build-backend = " pdm.pep517.api "
2
+ requires = [" hatchling " ]
3
+ build-backend = " hatchling.build "
4
4
5
5
[project ]
6
6
name = " hatch-nodejs-version"
7
- version = " 0.1 .0"
7
+ version = " 0.2 .0"
8
8
description = " Hatch plugin for versioning from a package.json file"
9
9
authors = [
10
10
{
name =
" Angus Hollands" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments