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 9da1f95 commit 0bf1d3dCopy full SHA for 0bf1d3d
package.json
@@ -3,7 +3,10 @@
3
"type": "module",
4
"version": "2.3.18",
5
"description": "A CLI tool that deletes old GitLab pipelines",
6
- "main": "target/src/index.js",
+ "exports": {
7
+ "types": "./target/src/index.d.ts",
8
+ "default": "./target/src/index.js"
9
+ },
10
"engines": {
11
"node": ">=16"
12
},
0 commit comments