Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shelegdmitriy committed Feb 22, 2022
1 parent e830e18 commit 35d4217
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ Javascript library to view lockup account information
# Setup

```
npm install
$ npm i near-lockup-helper
```

npm run build
# For local development

npm pack
```
$ npm install
```
```
$ npm run build
```
```
$ npm pack
```

After that you can install this packed library from another directory by
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/near/near-lockup-helper-js",
"homepage": "https://near.github.io/near-lockup-helper-js",
"license": "MIT",
"keywords": [],
"scripts": {
Expand Down

0 comments on commit 35d4217

Please sign in to comment.