From a0b4585211182f831adb30f68666ba834d93a919 Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 17 Jun 2022 12:15:24 +0100 Subject: [PATCH] npm scope --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 286e9a3..89a9d06 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "babble-drachtio-registrar", + "name": "@tinpotnick/babble-drachtio-registrar", "version": "1.0.2", "description": "A simple registrar for use with drachtio sip server", "main": "index.js", @@ -28,5 +28,14 @@ "chai": "^4.3.4", "jsdoc": "^3.6.7", "mocha": "^9.1.3" + }, + "bugs": { + "url": "https://github.com/tinpotnick/babble-drachtio-registrar/issues" + }, + "homepage": "https://github.com/tinpotnick/babble-drachtio-registrar#readme", + "directories": { + "doc": "docs", + "lib": "lib", + "test": "test" } }