1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00
This commit is contained in:
James Cook 2023-04-07 13:49:17 +01:00
parent 01ec1e6584
commit 8b16f8d8a9

View file

@ -1,6 +1,6 @@
{ {
"name": "classcharts-api", "name": "classcharts-api",
"version": "1.6.0", "version": "2.0.0",
"description": "A typescript wrapper for getting information from the Classcharts API", "description": "A typescript wrapper for getting information from the Classcharts API",
"keywords": [ "keywords": [
"node", "node",
@ -53,4 +53,4 @@
"./types": "./dist/index.d.ts", "./types": "./dist/index.d.ts",
"./package.json": "./package.json" "./package.json": "./package.json"
} }
} }