Skip to content

Commit e4f583b

Browse files
authored
Merge pull request #31 from Vestaboard/copilot/run-npm-publish
Fix npm publish failure: add repository field to package.json
2 parents 1281038 + 11e91f1 commit e4f583b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"build": "tsc",
88
"test": "jest"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/Vestaboard/vbml.git"
13+
},
1014
"author": "Vestaboard",
1115
"license": "GNU",
1216
"devDependencies": {

0 commit comments

Comments
 (0)