Skip to content

Commit

Permalink
[cr] try another build
Browse files Browse the repository at this point in the history
  • Loading branch information
jewbetcha committed Dec 13, 2024
1 parent 35348c7 commit 6ce2aee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsqtsq",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"license": "AGPL-3.0-only",
"description": "A reusable and composable query library for Prometheus",
Expand Down Expand Up @@ -28,6 +28,6 @@
"test": "jest",
"test:watch": "jest --watch",
"build": "tsc",
"publish": "npm build && npm publish"
"publish": "npm run build && npm publish"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
// "sourceMap": true, /* Create source map files for emitted JavaScript files. */
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */
"outFile": "dist/index.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
// "outFile": "dist/index.js", /* Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist", /* Specify an output folder for all emitted files. */
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
Expand Down

0 comments on commit 6ce2aee

Please sign in to comment.