Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Added contributors array
  • Loading branch information
aaronsb committed Apr 26, 2021
1 parent f199a31 commit 5f45673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "gree-hvac-mqtt-bridge",
"version": "1.2.3",
"version": "1.2.4",
"description": "MQTT Bridge for controlling Gree smart air conditioners",
"main": "index.js",
"scripts": {
"test": "standard"
},
"keywords": [],
"author": "Arthur Krupa <[email protected]>",
"contributors": [
"Aaron Bockelie <[email protected]> (https://github.com/aaronsb)"
],
"license": "MIT",
"dependencies": {
"minimist": "^1.2.0",
Expand Down

0 comments on commit 5f45673

Please sign in to comment.