chore: bump version; try fix

This commit is contained in:
Paul Makles
2022-03-25 13:14:24 +00:00
parent 8f53396304
commit 208b2eedbb
+9 -2
View File
@@ -1,6 +1,6 @@
{
"name": "revolt-api",
"version": "0.5.3-rc.7",
"version": "0.5.3-rc.8",
"description": "Revolt API Library",
"main": "dist/index.js",
"homepage": "https://developers.revolt.chat",
@@ -21,5 +21,12 @@
"@insertish/oapi": "0.1.13",
"axios": "^0.26.1",
"lodash.defaultsdeep": "^4.6.1"
}
},
"files": [
"src",
"dist",
"OpenAPI.json",
"LICENSE",
"README.md"
]
}