fix(wallet): Updating wallet library

This commit is contained in:
Chris Troutner
2022-09-03 07:56:34 -07:00
parent 585d981169
commit cb6a7e18ca
3 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -16,7 +16,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "standard --env mocha --fix"
"lint": "standard --env mocha --fix",
"pub": "node publish.js"
},
"eslintConfig": {
"extends": "react-app"