Skip to content

Commit 768fad2

Browse files
committed
feat: update package.json
1 parent dcab527 commit 768fad2

4 files changed

Lines changed: 33 additions & 2 deletions

File tree

.github/workflows/bump-and-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
fi
6767
echo "version=$CURRENT_VERSION" >> $GITHUB_OUTPUT
6868
69-
70-
7169
- name: Calculate New Version
7270
id: new_version
7371
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "version-bump",
3+
"version": "0.1.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/bsospace/version-bump.git"
12+
},
13+
"author": "",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/bsospace/version-bump/issues"
17+
},
18+
"homepage": "https://github.com/bsospace/version-bump#readme"
19+
}

0 commit comments

Comments
 (0)