aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Use bigNumberConfigs from @0xproject/utils in website repoFabio Berger2017-12-181-0/+1
|
* Merge branch 'development' into feature/addKovanFaucetsBrandon Millman2017-12-141-1/+1
|\ | | | | | | | | | | * development: Add new packages to main README Remove redundant totalSupply from token interface
| * Add new packages to main READMELeonid Logvinov2017-12-131-1/+1
| |
* | Fix build errorsBrandon Millman2017-12-131-1/+1
|/
* Merge pull request #257 from 0xProject/fix/ethereum-addressLeonid2017-12-121-1/+0
|\ | | | | Remove ethereum-address dependency and add this logic to the repo
| * Move isAddress to shared utils and remove all dependencies on ethereum-addressLeonid Logvinov2017-12-111-1/+0
| |
* | Re-hard code the dependencyLeonid Logvinov2017-12-121-1/+1
| |
* | Don't unsubscribe on error. It's done automaticallyLeonid Logvinov2017-12-121-1/+1
|/
* Publishwebsite@0.0.2contracts@2.0.0abi-gen-templates@0.0.2@0xproject/web3-wrapper@0.1.0@0xproject/utils@0.1.0@0xproject/types@0.1.0@0xproject/tslint-config@0.2.1@0xproject/subproviders@0.1.0@0xproject/monorepo-scripts@0.1.0@0xproject/json-schemas@0.6.10@0xproject/connect@0.3.0@0xproject/assert@0.0.7@0xproject/abi-gen@0.0.20x.js@0.27.2Brandon Millman2017-12-091-2/+2
| | | | | | | | | | | | | | | | | - 0x.js@0.27.2 - abi-gen-templates@0.0.2 - @0xproject/abi-gen@0.0.2 - @0xproject/assert@0.0.7 - @0xproject/connect@0.3.0 - contracts@2.0.0 - @0xproject/json-schemas@0.6.10 - @0xproject/monorepo-scripts@0.1.0 - @0xproject/subproviders@0.1.0 - @0xproject/tslint-config@0.2.1 - @0xproject/types@0.1.0 - @0xproject/utils@0.1.0 - @0xproject/web3-wrapper@0.1.0 - website@0.0.2
* Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-091-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts
| * Refactor web3Wrapper to a separate packageLeonid Logvinov2017-12-071-1/+0
| |
* | Fix version and remove the UMD buildFabio Berger2017-12-071-1/+1
| |
* | Merge branch 'development' into feature/addSubprovidersFabio Berger2017-12-071-8/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Inline function Introduce a const Make private Add version matcher script Use same versions of dependencies everywhere Add missing await Move declaration into proper conditional block Fix Party element so that an identicon's height is that which was passed in # Conflicts: # packages/website/package.json # yarn.lock
| * Use same versions of dependencies everywhereLeonid Logvinov2017-12-061-8/+9
| |
* | Use subproviders subpackage in website and remove old subprovidersFabio Berger2017-12-061-0/+1
| |
* | bump versionFabio Berger2017-12-051-1/+1
|/
* Publish@0xproject/connect@0.2.0Brandon Millman2017-11-301-1/+1
| | | | | - @0xproject/connect@0.2.0 - website@0.0.1
* Update 0x.js to 0.27.1Fabio Berger2017-11-291-1/+1
|
* Lock the 0x.js version used in websiteFabio Berger2017-11-291-1/+1
|
* PublishLeonid Logvinov2017-11-291-1/+1
| | | | | | - 0x.js@0.27.1 - @0xproject/connect@0.1.2 - website@0.0.0
* Make website privateLeonid Logvinov2017-11-291-0/+1
|
* PublishLeonid Logvinov2017-11-291-1/+1
| | | | | | | | | - 0x.js@0.27.0 - @0xproject/assert@0.0.6 - @0xproject/connect@0.1.1 - @0xproject/json-schemas@0.6.9 - @0xproject/tslint-config@0.2.0 - website@0.0.0
* fix remaining tslint errorsFabio Berger2017-11-281-1/+1
|
* Fix tslint issuesFabio Berger2017-11-281-1/+1
|
* Add lint command to website sub-packageFabio Berger2017-11-281-0/+1
|
* Add exit code 0 because it is expected that uglifying the code throws an errorFabio Berger2017-11-241-1/+1
|
* Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵Fabio Berger2017-11-231-1/+1
| | | | interface
* Add website to mono repo, update packages to align with existing ↵Fabio Berger2017-11-221-0/+105
sub-packages, use new subscribeAsync 0x.js method