Skip to content

Commit 0bf1d3d

Browse files
committed
Specify exports for package
1 parent 9da1f95 commit 0bf1d3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"type": "module",
44
"version": "2.3.18",
55
"description": "A CLI tool that deletes old GitLab pipelines",
6-
"main": "target/src/index.js",
6+
"exports": {
7+
"types": "./target/src/index.d.ts",
8+
"default": "./target/src/index.js"
9+
},
710
"engines": {
811
"node": ">=16"
912
},

0 commit comments

Comments
 (0)