Skip to content

Commit c02c1a7

Browse files
committed
Remove "repository" from package.json
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 c02c1a7

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)