Skip to content

Commit

Permalink
fix: add bump file path
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrand-ch committed Apr 16, 2021
1 parent 81f61d9 commit 84107c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"filename": "./src/package.json",
"type": "json"
}
],
"bumpFiles": [
{
"filename": "./src/package.json",
"type": "json"
}
]
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "nativescript-getters-root",
"version": "0.0.0",
"scripts": {
"commit": "git-cz",
"release": "standard-version"
Expand Down

0 comments on commit 84107c2

Please sign in to comment.