evernode-js-client 0.5.13 → 0.5.14

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 CHANGED
@@ -1,26 +1,4 @@
1
- # Evernode js client
2
- Javascript client library for Evernode.
3
- (Only tested on NodeJS)
1
+ # Evernode library for nodejs and browser.
2
+ Evernode library contains helper methods to interact with Evernode ecosystem.
4
3
 
5
- ## Prerequisites
6
- ```
7
- npm i -g @vercel/ncc
8
- ```
9
-
10
- ## Publish to npm
11
- First, update the version in package.json.
12
- ```
13
- npm install
14
- npm login
15
- npm run publish
16
- ```
17
-
18
- ## Running tests
19
- ```
20
- cd test
21
- npm install
22
- node test.js
23
- ```
24
-
25
- ## NPM package
26
- https://www.npmjs.com/package/evernode-js-client
4
+ - [Source code](https://github.com/HotPocketDev/evernode-js-client)