Add ui-util formatting & util (#76)

* Add ui-util formatting & util

* Update README
This commit is contained in:
Jaco Greeff
2019-02-18 11:02:42 +01:00
committed by GitHub
parent 6e9edc8065
commit 9ce16e99bc
16 changed files with 672 additions and 32 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "@polkadot/ui-util",
"version": "0.26.3",
"description": "Utility functions (non-React) that aid in display, formats and determination",
"main": "index.js",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [
"Jaco Greeff <jacogr@gmail.com>"
],
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.3.1"
},
"devDependencies": {
"@polkadot/types": "^0.43.10"
},
"peerDependencies": {
"@polkadot/types": "*"
}
}