Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valamidev committed Oct 6, 2023
1 parent 3080cb7 commit a5657e9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 55 deletions.
69 changes: 19 additions & 50 deletions package-lock.json

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

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "grafana-cloud-graphite",
"version": "0.2.0",
"description": "",
"version": "0.2.1",
"description": "NodeJS client for Grafana Cloud Graphite API",
"repository": {
"type": "git",
"url": "git+https://github.com/valamidev/grafana-cloud-graphite.git"
},
"homepage": "https://github.com/valamidev/grafana-cloud-graphite#readme",
"main": "dist/src/index.js",
"engines": {
"node": ">=16"
Expand All @@ -18,10 +23,9 @@
"graphite",
"metrics"
],
"author": "",
"license": "ISC",
"author": "Valamidev",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"node-fetch": "^2.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit a5657e9

Please sign in to comment.