Use yarn instead of npm

This commit is contained in:
Fabio Berger
2018-03-22 12:53:41 +00:00
parent ed9d1da297
commit c570f3865f
4 changed files with 6 additions and 6 deletions

View File

@@ -9,13 +9,13 @@ This repository contains a CLI tool that facilitates compiling and deployment of
#### CLI Installation
```bash
npm install @0xproject/deployer -g
yarn global add @0xproject/deployer
```
#### API Installation
```bash
npm install @0xproject/deployer --save
yarn add @0xproject/deployer
```
**Import**

View File

@@ -7,7 +7,7 @@ Contains 0x-related json schemas
## Installation
```bash
npm install @0xproject/json-schemas --save
yarn add @0xproject/json-schemas
```
**Import**

View File

@@ -1,13 +1,13 @@
#### CLI Installation
```bash
npm install @0xproject/deployer -g
yarn global add @0xproject/deployer
```
#### API Installation
```bash
npm install @0xproject/deployer --save
yarn add @0xproject/deployer
```
**Import**

View File

@@ -1,7 +1,7 @@
**Install**
```bash
npm install @0xproject/json-schemas --save
yarn add @0xproject/json-schemas
```
**Import**