Update version to 0.16.4

This commit is contained in:
Alan Cohen
2016-01-04 19:48:59 -08:00
parent 71a13224a1
commit 0f4d957d14
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
##0.16.3 ##0.16.4
**Changes** **Changes**
+ [Update ws to 1.0.1](https://github.com/ripple/ripple-lib/pull/682) + [Update ws to 1.0.1](https://github.com/ripple/ripple-lib/pull/682)

8
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "0.16.3", "version": "0.16.4",
"dependencies": { "dependencies": {
"ajv": { "ajv": {
"version": "1.4.10", "version": "1.4.10",
@@ -304,17 +304,17 @@
}, },
"ws": { "ws": {
"version": "1.0.1", "version": "1.0.1",
"from": "ws@1.0.1", "from": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
"resolved": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-1.0.1.tgz",
"dependencies": { "dependencies": {
"options": { "options": {
"version": "0.0.6", "version": "0.0.6",
"from": "options@>=0.0.5", "from": "https://registry.npmjs.org/options/-/options-0.0.6.tgz",
"resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz" "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz"
}, },
"ultron": { "ultron": {
"version": "1.0.2", "version": "1.0.2",
"from": "ultron@>=1.0.0 <1.1.0", "from": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz",
"resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz" "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "0.16.3", "version": "0.16.4",
"license": "ISC", "license": "ISC",
"description": "A JavaScript API for interacting with Ripple in Node.js and the browser", "description": "A JavaScript API for interacting with Ripple in Node.js and the browser",
"files": [ "files": [