summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-27 03:56:19 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-27 03:56:19 +0200
commit8697efd2c8751717a3a3fcaf72feb7c49ebfec02 (patch)
treee41b044c85d459e9b6042aab541fd6c88470528b /package.json
parent21c176a69ee04c4d59baedb79017f6c42ece22d6 (diff)
downloadwallet-core-8697efd2c8751717a3a3fcaf72feb7c49ebfec02.tar.gz
wallet-core-8697efd2c8751717a3a3fcaf72feb7c49ebfec02.tar.bz2
wallet-core-8697efd2c8751717a3a3fcaf72feb7c49ebfec02.zip
implement refunds
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index b3ef137f0..03108f765 100644
--- a/package.json
+++ b/package.json
@@ -60,6 +60,7 @@
},
"dependencies": {
"@types/react": "^16.0.2",
- "@types/react-dom": "^15.5.2"
+ "@types/react-dom": "^15.5.2",
+ "axios": "^0.16.2"
}
}