Bump deps (#232)

* Bump deps

* Linting updates (remove hack)
This commit is contained in:
Jaco Greeff
2019-10-22 13:37:20 +02:00
committed by GitHub
parent 4de930db05
commit f2f36e2db0
12 changed files with 304 additions and 403 deletions
+3 -6
View File
@@ -20,13 +20,10 @@
"@polkadot/vue-identicon": [ "packages/vue-identicon/src" ],
"@polkadot/vue-identicon/*": [ "packages/vue-identicon/src/*" ]
},
"skipLibCheck": true,
"typeRoots": [
"./node_modules/@polkadot/ts",
"./node_modules/@types"
],
"skipLibCheck": true
},
"exclude": [
"packages/exampleReactNative"
]
]
}
}