Revert "Publish"

This reverts commit 9336d4e545.
This commit is contained in:
xianny
2019-11-05 17:05:58 -08:00
parent 9336d4e545
commit 8811a5387a
51 changed files with 560 additions and 560 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@0x/sol-doc",
"version": "2.1.0-beta.1",
"version": "2.1.0-beta.0",
"description": "Solidity documentation generator",
"main": "lib/src/index.js",
"types": "lib/src/index.d.js",
@@ -26,16 +26,16 @@
"author": "F. Eugene Aumson",
"license": "Apache-2.0",
"dependencies": {
"@0x/sol-compiler": "^3.2.0-beta.1",
"@0x/types": "^2.5.0-beta.1",
"@0x/utils": "^4.6.0-beta.1",
"ethereum-types": "^2.2.0-beta.1",
"@0x/sol-compiler": "^3.2.0-beta.0",
"@0x/types": "^2.5.0-beta.0",
"@0x/utils": "^4.6.0-beta.0",
"ethereum-types": "^2.2.0-beta.0",
"ethereumjs-util": "^5.1.1",
"lodash": "^4.17.11",
"yargs": "^10.0.3"
},
"devDependencies": {
"@0x/tslint-config": "^3.1.0-beta.0",
"@0x/tslint-config": "^3.0.1",
"@types/mocha": "^5.2.7",
"chai": "^4.0.1",
"chai-as-promised": "^7.1.0",