aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/package.json
Commit message (Collapse)AuthorAgeFilesLines
* PublishBrandon Millman2018-10-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.8 - @0xproject/abi-gen@1.0.13 - @0xproject/assert@1.0.13 - @0xproject/asset-buyer@2.0.0 - @0xproject/base-contract@3.0.1 - @0xproject/connect@3.0.1 - @0xproject/contract-wrappers@2.0.2 - contracts@2.1.49 - @0xproject/dev-utils@1.0.12 - ethereum-types@1.0.11 - @0xproject/fill-scenarios@1.0.7 - @0xproject/instant@0.0.2 - @0xproject/json-schemas@1.0.7 - @0xproject/metacoin@0.0.23 - @0xproject/migrations@1.0.14 - @0xproject/monorepo-scripts@1.0.11 - @0xproject/order-utils@1.0.7 - @0xproject/order-watcher@2.1.1 - @0xproject/react-docs@1.0.13 - @0xproject/react-shared@1.0.15 - @0xproject/sol-compiler@1.1.7 - @0xproject/sol-cov@2.1.7 - @0xproject/sol-doc@1.0.2 - @0xproject/sol-resolver@1.0.14 - @0xproject/sra-report@1.0.13 - @0xproject/sra-spec@1.0.6 - @0xproject/subproviders@2.0.7 - @0xproject/testnet-faucets@1.0.51 - @0xproject/tslint-config@1.0.8 - @0xproject/types@1.1.4 - @0xproject/typescript-typings@3.0.2 - @0xproject/utils@2.0.2 - @0xproject/web3-wrapper@3.0.3 - @0xproject/website@0.0.54
* Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
|
* merge developmentFabio Berger2018-09-301-5/+5
|\
| * PublishFabio Berger2018-09-291-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.7 - @0xproject/abi-gen@1.0.12 - @0xproject/assert@1.0.12 - @0xproject/asset-buyer@1.0.2 - @0xproject/base-contract@3.0.0 - @0xproject/connect@3.0.0 - @0xproject/contract-wrappers@2.0.1 - contracts@2.1.48 - @0xproject/dev-utils@1.0.11 - ethereum-types@1.0.9 - @0xproject/fill-scenarios@1.0.6 - @0xproject/json-schemas@1.0.5 - @0xproject/metacoin@0.0.22 - @0xproject/migrations@1.0.13 - @0xproject/monorepo-scripts@1.0.10 - @0xproject/order-utils@1.0.6 - @0xproject/order-watcher@2.1.0 - @0xproject/react-docs@1.0.12 - @0xproject/react-shared@1.0.13 - @0xproject/sol-compiler@1.1.6 - @0xproject/sol-cov@2.1.6 - @0xproject/sol-doc@1.0.1 - @0xproject/sol-resolver@1.0.12 - @0xproject/sra-report@1.0.12 - @0xproject/sra-spec@1.0.5 - @0xproject/subproviders@2.0.6 - @0xproject/testnet-faucets@1.0.50 - @0xproject/types@1.1.2 - @0xproject/typescript-typings@3.0.0 - @0xproject/utils@2.0.0 - @0xproject/web3-wrapper@3.0.2 - @0xproject/website@0.0.53
* | AlphabetizeFabio Berger2018-09-281-2/+2
| |
* | Include structs section so that we can render struct params/return values ↵Fabio Berger2018-09-281-1/+2
| | | | | | | | properly with a popover
* | Pull in only contracts we want rendered on the doc pageFabio Berger2018-09-281-1/+1
|/
* fix: use latest versions of @0xproject packagesF. Eugene Aumson2018-09-261-3/+3
|
* fix: use latest versions of @0xproject packagesF. Eugene Aumson2018-09-261-4/+4
| | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219977747 https://github.com/0xProject/0x-monorepo/pull/1004
* fix: increase mocha timeout valueF. Eugene Aumson2018-09-251-1/+1
| | | | prior CI runs were failing because of this.
* fix: save v1 contract doc/deploy commandsF. Eugene Aumson2018-09-251-1/+3
| | | | | For posterity, save commands needed to use sol-doc to generate and deploy documentation objects for v1 contracts.
* feat: add sol-doc command-line interfaceF. Eugene Aumson2018-09-221-2/+8
| | | | | | | | modified sol-compiler to output progress/warning/error/etc messages to stderr rather than stdout, so that sol-doc can put its output (and nothing else) to stdout. for posterity, added sol-doc cli usage as npm scripts to package.json.
* enable sol-doc tests in circleciF. Eugene Aumson2018-08-311-0/+3
|
* dev-depend on @0xproject/tslint-configF. Eugene Aumson2018-08-301-0/+1
|
* correct package.json's privacy specificationF. Eugene Aumson2018-08-301-1/+3
|
* move shared doc types from react-docs to @0x/typesF. Eugene Aumson2018-08-301-1/+1
|
* add package sol-docF. Eugene Aumson2018-08-291-0/+35