Skip to content

Commit

Permalink
Fix Winston install
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Aug 11, 2024
1 parent bb9d282 commit d99e713
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions 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
Expand Up @@ -2,7 +2,7 @@
"scripts": {
"build": "rollup -c",
"watch": "cross-env NODE_ENV=development rollup -c -w --watch.onEnd=\"streamdeck restart com.neil-enns.trackaudio\"",
"pack": "streamdeck pack com.neil-enns.trackaudio.sdPlugin -o .",
"pack": "streamdeck pack com.neil-enns.trackaudio.sdPlugin -f -o .",
"link": "streamdeck link com.neil-enns.trackaudio.sdPlugin",
"lint": "npm run eslint && npm run markdownlint",
"eslint": "eslint src --report-unused-disable-directives --max-warnings 0",
Expand Down Expand Up @@ -38,9 +38,9 @@
"chokidar": "^3.6.0",
"debounce": "^2.1.0",
"handlebars": "^4.7.8",
"streamdeck-transport": "^1.0.1",
"winston": "file:../winston/winston-3.14.1.tgz",
"lru-cache": "^11.0.0",
"streamdeck-transport": "^1.0.1",
"winston": "^3.14.1",
"ws": "^8.17.0"
}
}

0 comments on commit d99e713

Please sign in to comment.