Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandawg93 committed Jul 18, 2020
1 parent f660aa1 commit 77b9514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Nest Cam",
"name": "homebridge-nest-cam",
"version": "3.4.3",
"version": "3.5.0",
"description": "Nest cam plugin for homebridge: https://homebridge.io/",
"main": "dist/index.js",
"license": "GPL-3.0",
Expand All @@ -21,9 +21,9 @@
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"test": "jest --coverage",
"watch:tests": "jest --watch",
"lint": "eslint ./src/**.ts --fix",
"lint": "eslint './src/**/*.ts' --fix",
"prepare": "npm run build",
"prepublishOnly": "npm run lint && npm run minify",
"prepublishOnly": "npm run lint",
"postpublish": "npm run clean"
},
"keywords": [
Expand Down

0 comments on commit 77b9514

Please sign in to comment.