faucet-client: Add dependencies

This commit is contained in:
willclarktech 2020-10-13 13:31:52 +02:00
parent d9b726355c
commit 69af950ccd
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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"
}
}