faucet-client: Add dependencies

This commit is contained in:
willclarktech
2020-10-14 13:11:27 +02:00
parent d9b726355c
commit 69af950ccd
+3
View File
@@ -42,5 +42,8 @@
"postbuild": "yarn move-types && yarn format-types",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"axios": "^0.19.2"
}
}