Skip to content

Commit

Permalink
removed unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
onokje committed Mar 28, 2020
1 parent 988ea40 commit 8d818a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
35 changes: 0 additions & 35 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "node-red-contrib-tesla",
"version": "1.0.0",
"description": "Node red module to control Tesla vehicles and devices",
"keywords": [ "node-red", "tesla" ],
"keywords": [
"node-red",
"tesla"
],
"main": "src/tesla.js.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -15,7 +18,6 @@
}
},
"dependencies": {
"fs-extra": "^9.0.0",
"teslajs": "^4.7.7"
}
}

0 comments on commit 8d818a6

Please sign in to comment.