Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
fix package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JBaczuk committed Oct 10, 2018
1 parent 8987b1b commit 718fdfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 192 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $ npm i bscript-parser --save
## Usage
You can parse raw hex string into an assembly string using:
```
> const nbs = require('node-bitcoin-script')
> const nbs = require('bscript-parser')
undefined
> parsedScript = nbs.parseRawScript('a914c664139327b98043febeab6434eba89bb196d1af87', 'hex')
'OP_HASH160 PUSHDATA(20)[c664139327b98043febeab6434eba89bb196d1af] OP_EQUAL'
Expand Down
192 changes: 2 additions & 190 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bscript-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "Node Bitcoin Script Parser",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 718fdfe

Please sign in to comment.