We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e2cc3 commit 0fa0dc4Copy full SHA for 0fa0dc4
package.json
@@ -7,10 +7,10 @@
7
"url": "git+https://github.com/christiangalsterer/node-postgres-prometheus-exporter.git"
8
},
9
"files": [
10
- "/dist"
+ "/dist/src"
11
],
12
- "main": "dist/index.js",
13
- "types": "dist/index.d.ts",
+ "main": "dist/src/index.js",
+ "types": "dist/src/index.d.ts",
14
"scripts": {
15
"build": "tsc",
16
"ci": "npm i --save-dev && npm run format && npm run lint && npm run build && npm run test && npm run renovate:config",
tsconfig.json
@@ -9,5 +9,5 @@
"sourceMap": true
"include": ["**/*.ts"],
- "exclude": ["node_modules", "dist/**/*.d.ts"]
+ "exclude": ["node_modules", "dist/test", "dist/**/*.d.ts"]
}
0 commit comments