Skip to content

Commit 49837c3

Browse files
committed
chore: add gitignore
1 parent ef86dde commit 49837c3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,5 @@ cython_debug/
157157
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160-
#.idea/
160+
#.idea/.idea
161+
.envrc

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["pdm-pep517>=0.12.0"]
3-
build-backend = "pdm.pep517.api"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "hatch-nodejs-version"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Hatch plugin for versioning from a package.json file"
99
authors = [
1010
{name = "Angus Hollands", email = "[email protected]"},

0 commit comments

Comments
 (0)