Change to organization
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
npm i @scottg1/repertory-js
|
npm i @blockstorage/repertory-js
|
||||||
```
|
```
|
||||||
|
|
||||||
## Repertory Configuration
|
## Repertory Configuration
|
||||||
@@ -55,7 +55,7 @@ also be set to a strong, random password.
|
|||||||
## Example API Usage
|
## Example API Usage
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
const rep = require('@scottg1/repertory-js');
|
const rep = require('@blockstorage/repertory-js');
|
||||||
|
|
||||||
|
|
||||||
// Repertory host settings
|
// Repertory host settings
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@scottg1/repertory-js",
|
"name": "@blockstorage/repertory-js",
|
||||||
"version": "1.3.1-r1",
|
"version": "1.3.1-r1",
|
||||||
"description": "A Node.js module for interfacing with Repertory's remote mount API",
|
"description": "A Node.js module for interfacing with Repertory's remote mount API",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user