Compare commits

...

1 Commits

Author SHA1 Message Date
Brandon Millman
c53e196b8e Publish
- 0x.js@0.26.1
 - @0xproject/connect@0.1.0
2017-11-22 15:01:18 -08:00
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",