Merge pull request #4 from polkadot-js/jg-bump-deps

Bump yarn, bump dev
This commit is contained in:
Jaco Greeff 2018-10-25 13:52:50 +02:00 committed by GitHub
commit 9bdc230811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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