Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 651ee98

Browse files
committed
Add Axios dependency
1 parent 3677175 commit 651ee98

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "appirio-tech-client-app-layer",
3-
"repository" : {
4-
"type" : "git",
5-
"url" : "https://github.com/appirio-tech/client-app-layer.git"
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/appirio-tech/client-app-layer.git"
66
},
77
"license": "MIT",
88
"main": "./src/index.js",
99
"dependencies": {
10+
"axios": "^0.8.1",
1011
"history": "^1.17.0",
1112
"html-webpack-plugin": "^1.7.0",
1213
"humps": "^0.6.0",

0 commit comments

Comments
 (0)