This commit is contained in:
Jaco Greeff
2020-10-19 08:42:35 +02:00
committed by GitHub
parent 8e4ecac74b
commit 14ac686780
14 changed files with 347 additions and 344 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@polkadot/example-react",
"version": "0.60.2-3",
"version": "0.61.0",
"description": "A very basic example with ui-* & react-* packages",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
@@ -9,6 +9,6 @@
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.11.2"
"@babel/runtime": "^7.12.1"
}
}