mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
s/sublimator/ripple/
This commit is contained in:
@@ -5,6 +5,3 @@ script:
|
||||
- npm test --coverage
|
||||
#- npm run-script coveralls
|
||||
- npm run-script lint
|
||||
env:
|
||||
global:
|
||||
secure: VzkZvd0TM1m40yfahQKc5ITa/843l8BB0Sr8fA7O0RcMECTg/xBlWU4Paby2V+JWumgCJDx5YvxLlAdHeUaCWDkGlbJLPu8uPSRMZHRNH3PN2TNogNtruXmb9Z1ORZc5CwLNstWdK4MzMqErevPTxCxJ03scuzZxMiiEZpTOv+aQLZ7jEqTiA20q696QfsYpMvVB0XSpMEYqqFRdpMxGhf0QZ+bNlRN8h1SGw6ehw7jFKubQ1DozSKug10RU6aAGUHyaBisjc9tsSB1atJraeJUXSMucYD1L1oXWl0agE2RBSO8PAozwdJMoifHrVvQtW9cSuw9hPgiwd2qSNoH6IvhoIxeSEhqdVaS/0d22YKUxY+HkhYeIKCm+6kd0tcDfZ8+FqB7654ZhyIgCeOf1NcENu1OMaehbtKcALSBUi8yrDDVVntJFjBoKmPtdCAMq4iTL+28oBB7aDndUTjuyqEtPyN4qMY1R9bGcn/DMIwhBrRzIcM3MwPnn2S/+RUpr/NwyXXy7MgYXeVJE61sps/vA1JklwnRebL3c2nl/JZZrrWSaHquTMVDbkoxQHJhUR4vOQ/KzfQEQoqRZY9w/CO7HmVFMOo6RH3i5ZSNRN6YtOndGvUHFRmqIBf5iRaZiEgDb9xX1XmS4LzOR0dhHI3Gl/y3YAx8pbc7TeNrq4UQ=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# ripple-keypairs [](https://npmjs.org/package/ripple-keypairs) [](https://travis-ci.org/sublimator/ripple-keypairs) [](https://coveralls.io/github/sublimator/ripple-keypairs?branch=master)
|
||||
# ripple-keypairs [](https://npmjs.org/package/ripple-keypairs) [](https://travis-ci.org/ripple/ripple-keypairs) [](https://coveralls.io/github/ripple/ripple-keypairs?branch=master)
|
||||
|
||||
An implementation of ripple keypairs & wallet generation using
|
||||
[elliptic](https://github.com/indutny/elliptic) which supports rfc6979 and
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-keypairs",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "ripple key pairs",
|
||||
"files": [
|
||||
"distrib/npm/*",
|
||||
@@ -50,16 +50,15 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/sublimator/ripple-keypairs.git"
|
||||
"url": "git://github.com/ripple/ripple-keypairs.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sublimator/ripple-keypairs/issues"
|
||||
"url": "https://github.com/ripple/ripple-keypairs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sublimator/ripple-keypairs#readme",
|
||||
"author": "ndudfield@gmail.com",
|
||||
"homepage": "https://github.com/ripple/ripple-keypairs#readme",
|
||||
"license": "ISC",
|
||||
"readmeFilename": "README.md"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user