Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
jliuhtonen committed Apr 27, 2024
1 parent cae87c4 commit d90870e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jliuhtonen/blu-hawaii",
"type": "module",
"exports": "./dist/index.js",
"version": "1.1.3",
"version": "1.1.2",
"description": "Scrobble music played on BluOS players to Last.fm",
"scripts": {
"lint": "prettier src --check",
Expand All @@ -11,7 +11,7 @@
"start": "npm run build && node dist/index.js",
"release-npm": "npm publish --access public",
"release-docker": "docker buildx create --use && docker buildx build --platform linux/amd64,linux/arm64 -t docker.io/jliuhtonen/blu-hawaii:latest -t docker.io/jliuhtonen/blu-hawaii:$npm_package_version -f Containerfile . --push",
"release": "npm release-npm && npm release-docker"
"release": "npm run release-npm && npm run release-docker"
},
"author": "Janne Liuhtonen",
"license": "MIT",
Expand All @@ -27,6 +27,6 @@
"pino": "^8.20.0",
"rxjs": "^7.5.2",
"xml-js": "^1.6.11",
"zod": "^3.23.0"
"zod": "^3.11.6"
}
}

0 comments on commit d90870e

Please sign in to comment.