Skip to content

Commit

Permalink
chore: Remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Jan 16, 2024
1 parent 67909cf commit 34369c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions extensions/monitoring-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@
"dependencies": {
"@janhq/core": "file:../../core",
"node-os-utils": "^1.3.7",
"ts-loader": "^9.5.0",
"xml2js": "^0.6.2"
"ts-loader": "^9.5.0"
},
"files": [
"dist/*",
"package.json",
"README.md"
],
"bundleDependencies": [
"node-os-utils",
"xml2js"
"node-os-utils"
]
}

0 comments on commit 34369c5

Please sign in to comment.