1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00

feat: i know how to use optional arguments

This commit is contained in:
James Cook 2021-11-23 22:23:23 +00:00
parent d0ed8b1cd7
commit 0f8f0a5027
23 changed files with 110 additions and 82 deletions

View file

@ -5,9 +5,8 @@
"repository": {
"url": "https://github.com/jamesatjaminit/classcharts-api"
},
"main": "./index.js",
"main": "./dist/index.js",
"scripts": {
"buildReady": "pnpm tsc && node dist/release.js",
"generateDocs": "pnpm typedoc --entryPointStrategy expand ./src"
},
"author": "",
@ -15,10 +14,13 @@
"dependencies": {
"undici": "^4.9.2"
},
"files": [
"dist/**"
],
"devDependencies": {
"@types/node": "^16.11.6",
"typedoc": "^0.22.7",
"typescript": "^4.4.4"
},
"types": "./types.d.ts"
"types": "./dist/index.d.ts"
}