Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjmorton committed Nov 24, 2021
1 parent 56f9bff commit cd9de5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-red-contrib-onstar",
"main": "onstar.js",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Node Red Library for OnstarJs, an unofficial client library for the OnStar Vehicle API",
"dependencies": {
"onstarjs": "^2.3.0"
Expand All @@ -11,6 +11,15 @@
"onstar": "onstar.js"
}
},
"keywords": ["node-red", "OnStar", "Chevrolet", "Chevy", "GM", "GMC", "Buick", "Cadillac"],
"keywords": [
"node-red",
"OnStar",
"Chevrolet",
"Chevy",
"GM",
"GMC",
"Buick",
"Cadillac"
],
"author": "Casey Morton"
}

0 comments on commit cd9de5f

Please sign in to comment.