Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit c90aa70

Browse files
committed
Specify exports
1 parent 977a51a commit c90aa70

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/core/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "github-version-checker",
33
"version": "2.3.0",
44
"description": "Version checker working with GitHub releases.",
5+
"exports": {
6+
".": "./dist/index.js",
7+
"./types": "./dist/types.d.ts"
8+
},
59
"main": "dist/index.js",
610
"types": "dist/index.d.ts",
711
"keywords": [

0 commit comments

Comments
 (0)