@denodeio/seshat 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/build/cjs/package.json +3 -0
- package/build/mjs/package.json +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
## Install
|
|
7
7
|
To use functions in other services, download seshat as a package:
|
|
8
8
|
```bash
|
|
9
|
-
npm i
|
|
9
|
+
npm i denode-seshat
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
## Local Build And Deploy
|
|
@@ -28,7 +28,7 @@ Use the following command to log in to the [npm registry](https://www.npmjs.com)
|
|
|
28
28
|
```bash
|
|
29
29
|
npm login
|
|
30
30
|
```
|
|
31
|
-
This command will redirect you to the [npm registry](https://www.npmjs.com). Follow the login process on the browser
|
|
31
|
+
This command will redirect you to the [npm registry](https://www.npmjs.com). Follow the login process on the browser (contact package owner for login credentials)
|
|
32
32
|
### 4. Publish the New Version:
|
|
33
33
|
After successful login, you can publish the new version to NPM with the following command:
|
|
34
34
|
```bash
|