diff --git a/package.json b/package.json index 70f5ea1..ecf531c 100644 --- a/package.json +++ b/package.json @@ -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", @@ -28,6 +28,6 @@ "test": "jest", "test:watch": "jest --watch", "build": "tsc", - "publish": "npm build && npm publish" + "publish": "npm run build && npm publish" } } diff --git a/tsconfig.json b/tsconfig.json index 2f6b4d3..1ce9762 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */