Bump yarn, bump dev

This commit is contained in:
Jaco Greeff 2018-10-25 13:46:04 +02:00
parent c9b13cddb0
commit 3f87e022ef
3 changed files with 1471 additions and 31 deletions

View File

@ -1,6 +1,9 @@
language: node_js
node_js:
- "10"
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1
- export PATH=$HOME/.yarn/bin:$PATH
cache:
yarn: true
directories:

View File

@ -18,6 +18,7 @@
"@types/node": "^10.12.0"
},
"devDependencies": {
"@polkadot/dev": "^0.21.1"
"@babel/core": "^7.1.2",
"@polkadot/dev": "^0.21.2"
}
}

1496
yarn.lock

File diff suppressed because it is too large Load Diff