From aba5e156c7c861c55863719d566e95ab2900ac2c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 24 May 2021 22:19:46 -0500 Subject: [PATCH] Change to organization --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae0a56c..42dd255 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installing ```shell -npm i @scottg1/repertory-js +npm i @blockstorage/repertory-js ``` ## Repertory Configuration @@ -55,7 +55,7 @@ also be set to a strong, random password. ## Example API Usage ```javascript -const rep = require('@scottg1/repertory-js'); +const rep = require('@blockstorage/repertory-js'); // Repertory host settings diff --git a/package.json b/package.json index 21bed65..00c2e3a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@scottg1/repertory-js", + "name": "@blockstorage/repertory-js", "version": "1.3.1-r1", "description": "A Node.js module for interfacing with Repertory's remote mount API", "scripts": {