mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
yes
This commit is contained in:
parent
bff540c396
commit
0e5e762203
3 changed files with 10 additions and 10 deletions
12
package.json
12
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "classcharts-api",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"url": "https://github.com/jamesatjaminit/classcharts-api"
|
||||
|
|
@ -14,16 +14,16 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"undici": "^4.9.2"
|
||||
"undici": "^4.10.3"
|
||||
},
|
||||
"files": [
|
||||
"dist/**",
|
||||
"types.d.ts"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"typedoc": "^0.22.7",
|
||||
"typescript": "^4.4.4"
|
||||
"@types/node": "^16.11.10",
|
||||
"typedoc": "^0.22.9",
|
||||
"typescript": "^4.5.2"
|
||||
},
|
||||
"types": "./dist/index.d.ts"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue