Skip to content
This repository was archived by the owner on Jun 11, 2021. It is now read-only.

Commit 7fedf1b

Browse files
committed
chore: amend .gitignore to get standard-version bumping package.json
1 parent af6a57f commit 7fedf1b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ node_modules/
1919

2020
# Terrafile output
2121
vendor/modules
22-
xterrafile
22+
/xterrafile
2323
test/tmp/
2424

2525
# Don't ignore the beautiful code

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "a pure Go tool for managing vendored modules and formulas using a YAML file",
44
"version": "2.2.0",
55
"license": "MIT",
6+
"private": true,
67
"scripts": {
78
"test": "go build -v ; go test -v ./...",
89
"gitbranch": "BRANCH=$(git rev-parse --abbrev-ref HEAD); if [[ \"$BRANCH\" != \"master\" ]]; then echo \"you must be on master branch to release\" >&2; exit 1 ; fi",

0 commit comments

Comments
 (0)