Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelthomas2774 committed Apr 10, 2020
1 parent aae0d5a commit d20939d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "homebridge-airport",
"version": "0.1.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://gitlab.fancy.org.uk/samuel/homebridge-airport.git"
},
"keywords": [
"homebridge-plugin",
"hap-server-plugin"
],
"engines": {
"node": "^8.0.0",
"homebridge": "*",
"@hap-server/hap-server": "*"
"node": ">=12",
"homebridge": "^0.4.53"
},
"files": [
"dist"
Expand Down

0 comments on commit d20939d

Please sign in to comment.