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

feat: badges support

This commit is contained in:
James Cook 2022-01-31 23:13:05 +00:00
parent 5fe9686a51
commit b35dc528a6
3 changed files with 47 additions and 3 deletions

View file

@ -8,7 +8,8 @@
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src"
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src",
"test": "echo do tests"
},
"author": "",
"license": "ISC",