mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-19 19:55:51 +00:00
Bump version: 0.5.0
This commit is contained in:
3
packages/ripple-keypairs/.travis.yml
Normal file
3
packages/ripple-keypairs/.travis.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-keypairs",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"description": "ripple key pairs",
|
||||
"files": [
|
||||
"dist/npm/*",
|
||||
@@ -19,7 +19,7 @@
|
||||
"brorand": "^1.0.5",
|
||||
"elliptic": "^5.1.0",
|
||||
"hash.js": "^1.0.3",
|
||||
"ripple-address-codec": "^1.3.0"
|
||||
"ripple-address-codec": "^1.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"assert-diff": "^1.0.1",
|
||||
@@ -58,6 +58,10 @@
|
||||
"url": "https://github.com/ripple/ripple-keypairs/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ripple/ripple-keypairs#readme",
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
"author": "ndudfield@gmail.com",
|
||||
"license": "ISC",
|
||||
"readmeFilename": "README.md",
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user