Merge pull request #108 from netlify/yarn

Added yarn.lock file
This commit is contained in:
Andrey Okonetchnikov 2016-10-20 11:45:59 +02:00 committed by GitHub
commit 2322fd5b1a
2 changed files with 8504 additions and 1 deletions

View File

@ -1,3 +1,12 @@
language: node_js
cache:
directories:
- $HOME/.npm
- $HOME/.yarn-cache
- node_modules
node_js:
- "6.0"
- "6"
before_install:
- npm i -g yarn --cache-min 999999999
install:
- yarn

8494
yarn.lock Normal file

File diff suppressed because it is too large Load Diff