Skip to content

Commit

Permalink
move to npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
igorls committed Feb 13, 2020
1 parent 531f43d commit a6fe36a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Made with ♥ by [EOS Rio](https://eosrio.io/)

### Install

```
npm install --save eosrio/node-abieos#1.0.1
```shell script
npm i @eosrio/node-abieos --save
```

### Usage
Expand Down Expand Up @@ -53,7 +53,7 @@ if (nodeAbieos.load_abi("0", base_abi)) {
### Building

env setup instructions soon
```bash
```shell script
git clone https://github.com/eosrio/node-abieos.git
cd node-abieos
npm run build
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "node-abieos",
"name": "@eosrio/node-abieos",
"version": "1.0.1",
"description": "Node Bindings for abieos: Binary <> JSON conversion using ABIs.",
"main": "abieos.js",
Expand All @@ -20,5 +20,7 @@
"homepage": "https://github.com/eosrio/node-abieos#readme",
"os": [
"linux"
]
],
"dependencies": {},
"devDependencies": {}
}

0 comments on commit a6fe36a

Please sign in to comment.