Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Nov 12, 2023
1 parent 3831683 commit 8bb4c0b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unifi-blockips-srv",
"version": "1.5.1",
"version": "1.5.2",
"scripts": {
"debug": "tsc && node -r source-map-support/register build/index.js",
"start": "node -r source-map-support/register build/index.js",
Expand All @@ -22,7 +22,10 @@
"unifi-client": "0.11.0",
"winston": "^3.11.0"
},
"files": ["build", "ecosystem.config.js"],
"files": [
"build",
"ecosystem.config.js"
],
"devDependencies": {
"@tsconfig/node14": "14.1.0",
"@types/express": "4.17.21",
Expand Down

0 comments on commit 8bb4c0b

Please sign in to comment.