We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7e03e commit 4e91b4bCopy full SHA for 4e91b4b
independent-platform-example-typescript/package.json
@@ -2,7 +2,7 @@
2
"name": "homebridge-independent-platform-example",
3
"version": "1.0.0",
4
"description": "An example independent platform plugin for homebridge written in Typescript",
5
- "main": "dist/dynamic-platform.js",
+ "main": "dist/independent-platform.js",
6
"scripts": {
7
"clean": "rimraf ./dist",
8
"build": "rimraf ./dist && tsc",
0 commit comments