Skip to content

Commit ef8e346

Browse files
committed
Update NPM name
1 parent 790d314 commit ef8e346

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ A complete, promise-based Javascript SDK for the Laravel Forge API
66

77
With yarn (*recommended*):
88
``` bash
9-
yarn add @nevexo/forge-js
9+
yarn add nevexo-forge-js
1010
```
1111

1212
With npm:
1313
``` bash
14-
npm install @nevexo/forge-js
14+
npm install nevexo-forge-js
1515
```
1616

1717
## Basic Usage
1818

1919
``` js
20-
import Forge from '@nevexo/forge-js';
20+
import Forge from 'nevexo-forge-js';
2121

2222
// Instantiate the SDK
2323
const forge = new Forge('API_TOKEN_HERE');

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@nevexo/forge-js",
2+
"name": "nevexo-forge-js",
33
"version": "0.0.1",
44
"description": "A complete, promise-based Javascript SDK for the Laravel Forge API",
55
"main": "./lib/Forge.js",

0 commit comments

Comments
 (0)