File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " homebridge-adt-pulse" ,
3
3
"displayName" : " Homebridge ADT Pulse" ,
4
- "version" : " 3.4.10 " ,
4
+ "version" : " 3.4.11 " ,
5
5
"description" : " Homebridge security system platform for ADT Pulse" ,
6
6
"main" : " ./build/index.js" ,
7
7
"exports" : " ./build/index.js" ,
19
19
"build:ui" : " vite build" ,
20
20
"repl" : " node ./build/scripts/repl.js" ,
21
21
"test-api" : " node ./build/scripts/test-api.js" ,
22
- "postinstall" : " node ./scripts/ postinstall.js"
22
+ "postinstall" : " node postinstall.js"
23
23
},
24
24
"types" : " " ,
25
25
"repository" : {
57
57
},
58
58
"files" : [
59
59
" ./build" ,
60
- " config.schema.json"
60
+ " config.schema.json" ,
61
+ " postinstall.js"
61
62
],
62
63
"homepage" : " https://github.com/mrjackyliang/homebridge-adt-pulse" ,
63
64
"engines" : {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments