Skip to content

Commit c31edf7

Browse files
authored
Merge pull request #109 from appwrite/feat-node-axios-upgrade
upgraded aixos version
2 parents 2b2bafc + 433f82b commit c31edf7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Follow Appwrite on StackShare](https://img.shields.io/badge/follow%20on-stackshare-blue?style=flat-square)](https://stackshare.io/appwrite)
77
[![appwrite.io](https://img.shields.io/badge/appwrite-.io-f02e65?style=flat-square)](https://appwrite.io)
88

9-
109
**WORK IN PROGRESS - NOT READY FOR GENERAL USAGE**
1110

1211
[Appwrite](https://appwrite.io) SDK generator is a PHP library for auto generating SDK libraries for multiple languages and platforms.

templates/node/package.json.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {},
1313
"dependencies": {
14-
"axios": "^0.20.0",
14+
"axios": "^0.21.1",
1515
"form-data": "^3.0.0"
1616
}
1717
}

0 commit comments

Comments
 (0)