Skip to content

Commit e0e5731

Browse files
committed
Try fix
1 parent be9a03d commit e0e5731

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
{
2+
"scripts": {
3+
"build": "tsc"
4+
},
25
"dependencies": {
3-
"@types/axios": "^0.9.36",
6+
"@types/axios": "^0.21.1",
47
"axios": "^1.7.2"
8+
},
9+
"devDependencies": {
10+
"@types/axios": "^0.14.0",
11+
"typescript": "^4.1.3"
512
}
613
}

0 commit comments

Comments
 (0)