Skip to content

Commit e8a6846

Browse files
authored
Update package.json (#7)
1 parent 4b929db commit e8a6846

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "file-reader-action",
3-
"version": "1.0.0",
2+
"name": "file-reader-action-v2",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "GitHub Action to read the contents of a file",
66
"main": "lib/main.js",
@@ -15,7 +15,7 @@
1515
},
1616
"repository": {
1717
"type": "git",
18-
"url": "git+https://github.com/andstor/file-reader-action.git"
18+
"url": "git+https://github.com/guibranco/file-reader-action-v2.git"
1919
},
2020
"keywords": [
2121
"actions",
@@ -27,9 +27,16 @@
2727
"email": "[email protected]",
2828
"url": "https://github.com/andstor"
2929
},
30+
"contributors": [
31+
{
32+
"name": "Guilherme Branco Stracini",
33+
"email": "[email protected]",
34+
"url": "https://github.com/guibranco"
35+
}
36+
],
3037
"license": "MIT",
3138
"bugs": {
32-
"url": "https://github.com/andstor/file-reader-action/issues"
39+
"url": "https://github.com/guibranco/file-reader-action-v2/issues"
3340
},
3441
"dependencies": {
3542
"@actions/core": "^1.2.0"

0 commit comments

Comments
 (0)