Skip to content

Commit ac8298c

Browse files
author
Will Myers
authored
Fix repository field syntax (#10)
1 parent 8892ab0 commit ac8298c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"name": "@button/button-client-node",
33
"version": "2.1.1",
44
"description": "node.js client for the Button Order API",
5-
"repository": "https://github.com/button/button-client-node",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/button/button-client-node.git"
8+
},
69
"main": "index.js",
710
"scripts": {
811
"lint": "eslint --ext .js lib test",

0 commit comments

Comments
 (0)