Skip to content

Commit dab813b

Browse files
committed
fix: corrected package.json for publishing
1 parent cbe2625 commit dab813b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

reader/ts/package.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,7 @@
22
"name": "@code0-tech/definition-reader",
33
"version": "0.0.0",
44
"description": "Reader for Code0-Definitions",
5-
"main": "./build/index.js",
6-
"types": "./build/index.d.ts",
7-
"exports": {
8-
".": {
9-
"import": "./build/index.js",
10-
"types": "./build/index.d.ts"
11-
}
12-
},
5+
"main": "./dist/definition-reader.js",
136
"type": "module",
147
"scripts": {
158
"build": "npx vite build && node dist/definition-reader.js"
@@ -26,7 +19,9 @@
2619
"url": "https://github.com/code0-tech/code0-definition"
2720
},
2821
"files": [
29-
"build"
22+
"dist",
23+
"index.ts",
24+
"src"
3025
],
3126
"publishConfig": {
3227
"access": "public"

0 commit comments

Comments
 (0)