Revert "Publish"

This reverts commit 41315827c1.
This commit is contained in:
Leonid Logvinov
2017-11-21 13:31:47 -06:00
parent 41315827c1
commit 06cd2f1eb3
5 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.26.0",
"version": "0.25.1",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@@ -44,7 +44,7 @@
"node": ">=6.0.0"
},
"devDependencies": {
"@0xproject/tslint-config": "^0.1.1",
"@0xproject/tslint-config": "^0.1.0",
"@types/jsonschema": "^1.1.1",
"@types/lodash": "^4.14.64",
"@types/mocha": "^2.2.41",
@@ -82,8 +82,8 @@
"webpack": "^3.1.0"
},
"dependencies": {
"@0xproject/assert": "^0.0.5",
"@0xproject/json-schemas": "^0.6.8",
"@0xproject/assert": "^0.0.4",
"@0xproject/json-schemas": "^0.6.7",
"bignumber.js": "~4.1.0",
"bn.js": "4.11.8",
"compare-versions": "^3.0.1",