From b576ebd1bb20889828ca04bfa6112f43b097bb06 Mon Sep 17 00:00:00 2001 From: avimar Date: Sun, 10 May 2020 11:00:55 +0300 Subject: [PATCH] add repository link for npmjs.com (first google result) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 13a9466..71592d6 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "phaxio-official", "version": "1.2.2", "description": "The official Node.JS library for Phaxio API v2.1.0. https://phaxio.com", + "repository": "github:phaxio/phaxio-node", "main": "index.js", "scripts": { "test": "mocha --exit --recursive --no-colors"