aboutsummaryrefslogtreecommitdiffstats
path: root/packages/metacoin/package.json
Commit message (Expand)AuthorAgeFilesLines
* PublishFabio Berger2018-11-221-10/+10
* PublishLeonid Logvinov2018-11-141-9/+9
* PublishLeonid Logvinov2018-11-141-7/+7
* PublishLeonid Logvinov2018-11-121-7/+7
* PublishJacob Evans2018-11-091-13/+13
* chore: Add --format stylish to tslintAlex Browne2018-10-241-1/+1
* PublishLeonid Logvinov2018-10-181-13/+13
* Fix ethereum-types versionsLeonid Logvinov2018-10-181-1/+1
* chore: change package org from 0xproject to 0xJacob Evans2018-10-181-12/+12
* Upgrade ethers.js versionLeonid Logvinov2018-10-091-1/+1
* PublishBrandon Millman2018-10-051-13/+13
* Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
* PublishFabio Berger2018-09-291-12/+12
* Remove ethers.js carret as it's a beta versionLeonid Logvinov2018-09-271-1/+1
* Merge branch 'development' into feature/ts-ethersLeonid Logvinov2018-09-261-12/+12
|\
| * PublishFabio Berger2018-09-261-12/+12
| * PublishLeonid Logvinov2018-09-251-10/+10
| * PublishLeonid Logvinov2018-09-211-12/+12
* | Upgrade to TS version of ethersLeonid Logvinov2018-09-191-1/+1
|/
* PublishFabio Berger2018-09-051-13/+13
* feat: Add support for TypeScript project references (#991)Alex Browne2018-08-301-2/+1
* PublishFabio Berger2018-08-271-10/+10
* PublishFabio Berger2018-08-251-13/+13
* Move types from sol-compiler to types so they can be used in other places wit...Fabio Berger2018-08-221-1/+1
* feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-151-1/+1
* PublishAlex Browne2018-08-141-13/+13
* fix: Update dependenciesAlex Browne2018-08-101-1/+1
* Update TypeScript to version 2.9.2Alex Browne2018-08-091-1/+1
* PublishFabio Berger2018-07-261-10/+10
* Point to actual current versionFabio Berger2018-07-261-2/+2
* PublishFabio Berger2018-07-261-13/+13
* PublishFabio Berger2018-07-261-13/+13
* Revert to publishing ethereum-typesFabio Berger2018-07-261-1/+1
* Temporarily have all packages depend on an older, published version of ethere...Fabio Berger2018-07-261-1/+1
* Revert "Revert "Publish""Fabio Berger2018-07-241-13/+13
* Revert "Publish"Leonid Logvinov2018-07-231-13/+13
* PublishLeonid Logvinov2018-07-231-13/+13
* Change all package to depend on the new @0xproject/sol-cov@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/sol-compiler@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/dev-utils@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/subproviders@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/base-contract@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/web3-wrapper@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/abi-gen@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/utils@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/types@1.0.0-rc.1Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/tslint-config@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new @0xproject/typescript-typings@1.0.0Leonid Logvinov2018-07-201-1/+1
* Change all package to depend on the new ethereum-types@1.0.0Leonid Logvinov2018-07-201-1/+1
* Update package versionsFabio Berger2018-07-181-10/+10
* Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1
* Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-131-2/+1
* Update package versionsFabio Berger2018-07-101-12/+12
* Fix alignmentFabio Berger2018-07-041-1/+1
* Update web3-provider-engine version w/o caretFabio Berger2018-07-031-1/+1
* Update web3-provider-engineFabio Berger2018-07-031-1/+1
* Merge pull request #735 from feuGeneA/metacoin-independenceLeonid Logvinov2018-06-251-1/+5
|\
| * ethereum-types now only has v0.0.2, no 0.0.1F. Eugene Aumson2018-06-201-1/+1
| * add missing metacoin dependenciesF. Eugene Aumson2018-06-201-0/+4
* | Use make-promises-safe as a preloader instead of manually importingAlex Browne2018-06-221-1/+1
|/
* Update all package versions to match latest published to NPMFabio Berger2018-06-191-12/+12
* Add profiler and geth tests to metacoinLeonid Logvinov2018-06-121-1/+2
* Increase timeout for contract migrationsLeonid Logvinov2018-06-091-1/+1
* Merge pull request #676 from 0xProject/feature/mocha-source-mapsAlex Browne2018-06-081-1/+1
|\
| * Use source-map-support package to include correct line numbers in mochaAlex Browne2018-06-071-1/+1
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-1/+1
|\|
| * Stop running prettier on generated filesLeonid Logvinov2018-06-071-1/+1
* | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+3
|\|
| * Merge v2-prototypeFabio Berger2018-06-061-1/+1
| |\
| * | - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-3/+3
* | | merge v2-prototypeFabio Berger2018-06-061-1/+2
|\ \ \ | | |/ | |/|
| * | Replace `-` with `_` in yarn script name so that we are consistent across yar...Fabio Berger2018-06-051-1/+1
| |/
| * Remove duplicate cleans in package.json when clean is called in prebuildAlex Browne2018-06-051-1/+1
| * Don't automatically rebuild when running yarn testAlex Browne2018-06-051-1/+2
* | Exclude generate contract wrappers from tslintFabio Berger2018-06-061-1/+1
|/
* Fix linter errorsLeonid Logvinov2018-06-011-0/+1
* PublishLeonid Logvinov2018-05-231-11/+11
* 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
* | Fix sol-compiler binary so it can be called directly from packagesFabio Berger2018-05-151-1/+1
* | Fix abi-gen binary so it can be called directly from packagesFabio Berger2018-05-151-1/+1
* | Move from using lerna multi-package commands to wsrun, update README's accord...Fabio Berger2018-05-151-1/+1
|/
* Merge branch 'development' into breakUp0xjsFabio Berger2018-05-111-2/+2
|\
| * Rename deployer to sol-compilerLeonid Logvinov2018-05-101-2/+2
* | Add artifacts to clean commandFabio Berger2018-05-111-1/+1
|/
* Implement new artifacts formatLeonid Logvinov2018-05-071-2/+2
* PublishLeonid Logvinov2018-05-051-10/+10
* PublishLeonid Logvinov2018-05-041-11/+11
* Update Web3 Provider Engine to 14.0.4Jacob Evans2018-04-241-1/+1
* Update ethers in metacoin projectJacob Evans2018-04-191-1/+1
* PublishFabio Berger2018-04-181-11/+11
* Implement the resolverLeonid Logvinov2018-04-121-1/+1
* Revert "Merge pull request #493 from hysz/features/deployer/multipleCodebaseS...Leonid Logvinov2018-04-121-1/+1
* Merge branch 'development' into removeMigrateStepFabio Berger2018-04-121-11/+11
|\
| * PublishLeonid Logvinov2018-04-121-11/+11
* | Merge branch 'development' into removeMigrateStepFabio Berger2018-04-111-1/+1
|\|
| * Updated deployer to accept a list of contract directories as input. Contract ...Greg Hysen2018-04-101-1/+1
* | 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-15/+15
* Fix versionLeonid Logvinov2018-04-021-3/+3
* Fix contracts and artifacts pathsLeonid Logvinov2018-04-021-1/+2
* Remove a repo sectionLeonid Logvinov2018-04-021-11/+0
* Add metacoin example projectLeonid Logvinov2018-04-021-0/+60