Add ui-assets with svg from apps (#22)

This commit is contained in:
Jaco Greeff
2018-12-14 13:15:19 +01:00
committed by GitHub
parent 49efcf9527
commit 422a67af92
19 changed files with 454 additions and 21 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "@polkadot/ui-assets",
"version": "0.23.0",
"description": "Static assets shared accross projects",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.2.0"
}
}