Bump version to 0.12.1-rc4

This commit is contained in:
Geert Weening
2015-03-17 11:19:34 -07:00
parent 6959f74073
commit c865ae9734
2 changed files with 9 additions and 9 deletions

16
npm-shrinkwrap.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "0.12.1-rc3", "version": "0.12.1-rc4",
"dependencies": { "dependencies": {
"async": { "async": {
"version": "0.9.0", "version": "0.9.0",
@@ -18,9 +18,9 @@
"resolved": "https://registry.npmjs.org/extend/-/extend-1.2.1.tgz" "resolved": "https://registry.npmjs.org/extend/-/extend-1.2.1.tgz"
}, },
"lodash": { "lodash": {
"version": "3.3.1", "version": "3.5.0",
"from": "https://registry.npmjs.org/lodash/-/lodash-3.3.1.tgz", "from": "lodash@>=3.1.0 <4.0.0",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-3.3.1.tgz" "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.5.0.tgz"
}, },
"lru-cache": { "lru-cache": {
"version": "2.5.0", "version": "2.5.0",
@@ -157,9 +157,9 @@
"from": "bindings@>=1.2.0 <1.3.0" "from": "bindings@>=1.2.0 <1.3.0"
}, },
"nan": { "nan": {
"version": "1.6.1", "version": "1.6.2",
"from": "nan@>=1.6.0 <1.7.0", "from": "nan@>=1.6.0 <1.7.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-1.6.1.tgz" "resolved": "https://registry.npmjs.org/nan/-/nan-1.6.2.tgz"
} }
} }
}, },
@@ -173,9 +173,9 @@
"from": "bindings@>=1.2.0 <1.3.0" "from": "bindings@>=1.2.0 <1.3.0"
}, },
"nan": { "nan": {
"version": "1.6.1", "version": "1.6.2",
"from": "nan@>=1.6.0 <1.7.0", "from": "nan@>=1.6.0 <1.7.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-1.6.1.tgz" "resolved": "https://registry.npmjs.org/nan/-/nan-1.6.2.tgz"
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "ripple-lib", "name": "ripple-lib",
"version": "0.12.1-rc3", "version": "0.12.1-rc4",
"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": [
"src/js/*", "src/js/*",