- 0x.js@0.26.1
 - @0xproject/connect@0.1.0
This commit is contained in:
Fabio Berger 2017-11-22 16:50:16 -06:00
parent c3f24a9cea
commit 6a8717b294
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.26.0",
"version": "0.26.1",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/connect",
"version": "0.0.1",
"version": "0.1.0",
"description": "A javascript library for interacting with the standard relayer api",
"keywords": [
"connect",
@ -36,7 +36,7 @@
},
"homepage": "https://github.com/0xProject/0x.js/packages/connect/README.md",
"dependencies": {
"0x.js": "^0.26.0",
"0x.js": "^0.26.1",
"@0xproject/assert": "^0.0.5",
"@0xproject/json-schemas": "^0.6.8",
"bignumber.js": "~4.1.0",