Skip to content

Commit

Permalink
Build & Lint error TS6059 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DMBlakeley committed Nov 14, 2020
1 parent 395d3af commit 9ad0b58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": false,
"displayName": "Homebridge Awair2",
"name": "homebridge-awair2",
"version": "5.5.1",
"version": "5.5.2",
"description": "HomeKit integration of Awair air purifier as Dynamic Platform.",
"main": "dist/index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dom"
],
"baseUrl": ".",
// "rootDir": "src",
"outDir": "dist",
"sourceMap": true,
"allowJs": true,
Expand Down

0 comments on commit 9ad0b58

Please sign in to comment.