aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert/package.json
Commit message (Expand)AuthorAgeFilesLines
* Merge v2-prototypeFabio Berger2018-06-061-1/+1
|\
| * Replace `-` with `_` in yarn script name so that we are consistent across yar...Fabio Berger2018-06-051-1/+1
* | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-1/+1
|/
* Don't automatically rebuild when running yarn testAlex Browne2018-06-051-1/+2
* Revert to an earlier version that worksFabio Berger2018-05-241-1/+1
* Remove the caret so it actually installs this versionFabio Berger2018-05-241-1/+1
* Bump all dependencies on json-schemas down a patch version so that they don't...Fabio Berger2018-05-241-1/+1
* PublishLeonid Logvinov2018-05-231-6/+6
* Use make-promises-safe to catch unhandled rejections in testsAlex Browne2018-05-171-1/+2
* Merge pull request #578 from 0xProject/document-node-versionAlex Browne2018-05-161-0/+3
|\
| * Change minimum Node version to 6.12Alex Browne2018-05-151-1/+1
| * Document Node.js version requirement and add it to package.jsonAlex Browne2018-05-151-0/+3
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-151-1/+1
|/
* Fix linter issuesLeonid Logvinov2018-05-101-1/+1
* PublishLeonid Logvinov2018-05-051-4/+4
* PublishLeonid Logvinov2018-05-041-6/+6
* PublishFabio Berger2018-04-181-6/+6
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-121-6/+6
|\
| * PublishLeonid Logvinov2018-04-121-6/+6
* | Add --exit to all mocha calls so they exit when called from top-level yarn co...Fabio Berger2018-04-041-1/+1
|/
* PublishLeonid Logvinov2018-04-021-6/+6
* Add manual postpublish command to all public packages and update CHANGELOG.jsonFabio Berger2018-04-021-1/+2
* PublishFabio Berger2018-04-021-6/+6
* Add clean-state testsLeonid Logvinov2018-03-271-1/+1
* Set Lodash dep to an exact version since newer versions introduced breaking c...Fabio Berger2018-03-201-1/+1
* PublishFabio Berger2018-03-191-2/+2
* Remove assets from connect and _bundles from packages that don't generate the...Fabio Berger2018-03-191-1/+1
* PublishFabio Berger2018-03-191-6/+6
* PublishFabio Berger2018-03-191-8/+8
* Enable coverage for all other packages with testsLeonid Logvinov2018-03-151-1/+4
* move scripts to monorepro-scriptsFabio Berger2018-03-131-2/+4
* Merge branch 'development' into addPackagePublishConfigFabio Berger2018-03-091-3/+3
|\
| * PublishBrandon Millman2018-03-091-3/+3
* | Add package.json publishConfig so that these packages are published as public.Fabio Berger2018-03-081-0/+3
|/
* PublishFabio Berger2018-03-051-5/+5
* Update all mentions of the repo name being `0x.js` to `0x-monorepo`Fabio Berger2018-03-041-3/+3
* PublishBrandon Millman2018-02-171-3/+3
* PublishFabio Berger2018-02-101-4/+4
* PublishFabio Berger2018-02-101-5/+5
* PublishBrandon Millman2018-02-081-3/+3
* PublishLeonid Logvinov2018-02-061-4/+4
* Merge branch 'development' into feature/build_watchLeonid2018-02-051-4/+4
|\
| * PublishLeonid Logvinov2018-02-011-4/+4
* | Upgrade TS to the newest versionLeonid Logvinov2018-02-011-1/+1
* | Add build:watch command to all TS packagesLeonid Logvinov2018-02-011-0/+1
|/
* PublishFabio Berger2018-01-301-4/+4
* PublishLeonid Logvinov2018-01-301-4/+4
* PublishLeonid Logvinov2018-01-251-4/+4
* PublishBrandon Millman2018-01-181-5/+5
* PublishLeonid Logvinov2018-01-111-4/+4
* Apply prettify on json and md filesLeonid Logvinov2018-01-041-43/+43
* Use configured version of bignumber in all packagesLeonid Logvinov2018-01-041-1/+0
* PublishFabio Berger2017-12-281-4/+4
* PublishLeonid Logvinov2017-12-211-4/+4
* Fix a dependencyLeonid Logvinov2017-12-121-1/+1
* Move dependencyLeonid Logvinov2017-12-121-1/+0
* Merge dependenciesLeonid Logvinov2017-12-121-3/+1
* Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-0/+3
* Remove ethereum-address dependency and add this logic to the repoLeonid Logvinov2017-12-111-1/+1
* PublishBrandon Millman2017-12-091-3/+3
* Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-3/+3
* PublishLeonid Logvinov2017-11-291-3/+3
* Autofix json-schemas linter errorsLeonid Logvinov2017-11-241-1/+1
* PublishLeonid Logvinov2017-11-221-3/+3
* Revert "Publish"Leonid Logvinov2017-11-221-3/+3
* PublishLeonid Logvinov2017-11-221-3/+3
* PublishFabio Berger2017-11-151-3/+3
* Remove private flag because we need it published to npmFabio Berger2017-11-151-1/+0
* Merge branch 'development' into feature/addJsonSchemasBrandon Millman2017-11-151-2/+2
|\
| * AlphabetizeFabio Berger2017-11-151-2/+2
| * Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of...Fabio Berger2017-11-141-3/+3
* | Add json-schemas package to mono repoBrandon Millman2017-11-141-1/+1
|/
* Update urlsFabio Berger2017-11-141-3/+3
* Standardize around a `test:circleci` command that any sub-package can impleme...Fabio Berger2017-11-141-1/+2
* Rename backFabio Berger2017-11-141-0/+46
* Rename assert sub-package and removed duplicate methods from 0x.js's assert m...Fabio Berger2017-11-141-45/+0
* Add assert package to the monorepoBrandon Millman2017-11-141-0/+45