s/sublimator/ripple/

This commit is contained in:
Nicholas Dudfield
2015-09-17 10:06:11 +07:00
parent 7308a84c52
commit 5198a98736
3 changed files with 5 additions and 9 deletions

View File

@@ -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=

View File

@@ -1,4 +1,4 @@
# ripple-keypairs [![NPM](https://img.shields.io/npm/v/ripple-keypairs.svg)](https://npmjs.org/package/ripple-keypairs) [![Build Status](https://img.shields.io/travis/sublimator/ripple-keypairs/master.svg)](https://travis-ci.org/sublimator/ripple-keypairs) [![Coverage Status](https://coveralls.io/repos/sublimator/ripple-keypairs/badge.svg?branch=master&service=github)](https://coveralls.io/github/sublimator/ripple-keypairs?branch=master)
# ripple-keypairs [![NPM](https://img.shields.io/npm/v/ripple-keypairs.svg)](https://npmjs.org/package/ripple-keypairs) [![Build Status](https://img.shields.io/travis/ripple/ripple-keypairs/master.svg)](https://travis-ci.org/ripple/ripple-keypairs) [![Coverage Status](https://coveralls.io/repos/ripple/ripple-keypairs/badge.svg?branch=master&service=github)](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

View File

@@ -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"
}