Skip to content

Commit

Permalink
remove yarn in favor of npm v5 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mLuby authored Jun 28, 2017
1 parent ca29827 commit c62a797
Show file tree
Hide file tree
Showing 4 changed files with 6,885 additions and 5,542 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A JavaScript library for connecting to a MapD GPU database and running queries.

# Quick Start
```bash
yarn
npm install
npm run build
npm run docs # opens API docs in your browser.
```
Expand Down
Loading

0 comments on commit c62a797

Please sign in to comment.