Skip to content

Commit

Permalink
Merge pull request #11 from dashpay/scopped-npm
Browse files Browse the repository at this point in the history
Update package to scoped npm pkgname
  • Loading branch information
Alex-Werner authored May 26, 2018
2 parents 3a0483b + 07b3800 commit 2923591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Install the library as a Node module.

```
$ npm install --save x11-hash-js
$ npm install --save @dashevo/x11-hash-js
```

Reference the library within a Node module.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "x11-hash-js",
"name": "@dashevo/x11-hash-js",
"version": "1.0.1",
"description": "x11 javascript hashing algorithm in pure javascript",
"main": "index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "quantumexplorer",
"license": "MIT",
"bugs": {
"url": "https://github.com/quantumexplorer/x11-hash-js/issues"
"url": "https://github.com/dashpay/x11-hash-js/issues"
},
"devDependencies": {
"benchmark": "^2.1.4",
Expand Down

0 comments on commit 2923591

Please sign in to comment.