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

Commit

Permalink
bump to 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandawg93 committed May 18, 2021
1 parent 2593487 commit 9a73079
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 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": "7.3.0-test.0",
"version": "7.3.0",
"description": "Nest cam plugin for homebridge: https://homebridge.io/",
"main": "dist/index.js",
"license": "GPL-3.0",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest --coverage",
"watch:tests": "jest --watch",
"lint": "eslint src/**/*.ts --fix",
"prepare": "npm run clean && tsc && ng build --prod",
"prepare": "npm run clean && tsc && ng build --configuration production",
"prepublishOnly": "npm run lint",
"postpublish": "npm run clean",
"ng-start": "ng serve",
Expand Down

0 comments on commit 9a73079

Please sign in to comment.