Skip to content

Commit 752e2c4

Browse files
authored
Remove "repository" from package.json (#63)
I considered fixing it instead but it also seem pretty redundant. Anyone using this package is going to already know where it comes from and we are not publishing it on npm (since its private it cannot live in npm)
1 parent 4528d10 commit 752e2c4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
"build": "tsc && ncc build lib/main.js --license licenses.txt",
1010
"test": "ava"
1111
},
12-
"repository": {
13-
"type": "git",
14-
"url": "git+https://github.com/actions/node12-template.git"
15-
},
1612
"keywords": [
1713
"actions",
1814
"node",

0 commit comments

Comments
 (0)