Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent c2b2f1e commit d18ba6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "qryn",
"version": "3.0.1",
"version": "3.0.2",
"description": "Polyglot Observability Stack with ClickHouse storage",
"main": "qryn.mjs",
"bin": {
"qryn": "node ./qryn.mjs",
"qryn-bun": "bun ./qryn.mjs"
"qryn": "./qryn.mjs",
"qryn-bun": "./qryn.mjs"
},
"scripts": {
"test": "jest",
Expand All @@ -15,7 +15,7 @@
"install-view": "mkdir -p view && curl -L https://github.com/metrico/cloki-view/releases/latest/download/dist.zip | busybox unzip - -d ./view",
"lint": "npx eslint --fix *.js lib parser plugins test",
"bun-install": "bun install --platform node",
"bun-start": "bun run qryn.mjs"
"bun-start": "bun run --bun qryn.mjs"
},
"standard": {
"env": [
Expand Down

0 comments on commit d18ba6e

Please sign in to comment.