Skip to content

Commit f29bb46

Browse files
Initial commit
0 parents  commit f29bb46

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "github-action-gitflow-release-workflow",
3+
"version": "1.0.0",
4+
"main": "index.js",
5+
"author": "Thomas Eizinger <[email protected]>",
6+
"license": "MIT",
7+
"scripts": {
8+
"test": "jest"
9+
},
10+
"devDependencies": {
11+
"jest": "^24.9.0"
12+
}
13+
}

0 commit comments

Comments
 (0)