Skip to content

Commit

Permalink
Merge pull request #9 from flerouwu/main
Browse files Browse the repository at this point in the history
Fix TypeScript support & runtime dependencies
  • Loading branch information
franklupo authored Aug 7, 2024
2 parents 7e7ad2c + 530eea7 commit d869b69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 41 deletions.
49 changes: 10 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@corsinvest/cv4pve-api-javascript",
"version": "8.2.0",
"version": "8.2.1",
"description": "Proxmox VE Client API JavaScript",
"main": "./src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -26,12 +26,15 @@
},
"files": [
"src",
"dest",
"dist",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/Corsinvest/cv4pve-api-javascript#readme",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"debug": "^4.3.5"
}
}

0 comments on commit d869b69

Please sign in to comment.