We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8892ab0 commit ac8298cCopy full SHA for ac8298c
1 file changed
package.json
@@ -2,7 +2,10 @@
2
"name": "@button/button-client-node",
3
"version": "2.1.1",
4
"description": "node.js client for the Button Order API",
5
- "repository": "https://github.com/button/button-client-node",
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/button/button-client-node.git"
8
+ },
9
"main": "index.js",
10
"scripts": {
11
"lint": "eslint --ext .js lib test",
0 commit comments