1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

fix: login

This commit is contained in:
James Cook 2022-05-24 22:02:27 +01:00
parent 75bc77fc0e
commit 80c3f6565e
4 changed files with 9 additions and 5 deletions

View file

@ -2,8 +2,12 @@
"name": "classcharts-api",
"version": "1.2.0",
"description": "A javascript wrapper for getting information from the Classcharts API",
"keywords": ["node", "typescript", "classcharts", "class charts"],
"type": "module",
"keywords": [
"node",
"typescript",
"classcharts",
"class charts"
],
"bugs": {
"url": "https://github.com/Classcharts-API/js/issues"
},