Skip to content

Commit 4beb9ae

Browse files
committed
Fixed missing postinstall script
1 parent db0d6c0 commit 4beb9ae

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-adt-pulse",
33
"displayName": "Homebridge ADT Pulse",
4-
"version": "3.4.10",
4+
"version": "3.4.11",
55
"description": "Homebridge security system platform for ADT Pulse",
66
"main": "./build/index.js",
77
"exports": "./build/index.js",
@@ -19,7 +19,7 @@
1919
"build:ui": "vite build",
2020
"repl": "node ./build/scripts/repl.js",
2121
"test-api": "node ./build/scripts/test-api.js",
22-
"postinstall": "node ./scripts/postinstall.js"
22+
"postinstall": "node postinstall.js"
2323
},
2424
"types": "",
2525
"repository": {
@@ -57,7 +57,8 @@
5757
},
5858
"files": [
5959
"./build",
60-
"config.schema.json"
60+
"config.schema.json",
61+
"postinstall.js"
6162
],
6263
"homepage": "https://github.com/mrjackyliang/homebridge-adt-pulse",
6364
"engines": {
File renamed without changes.

0 commit comments

Comments
 (0)