Skip to content

Commit ae7826a

Browse files
committed
don't publish types
1 parent d115f11 commit ae7826a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333
"./cli": "./cli/index.js"
3434
},
3535
"main": "./lib/index.mjs",
36-
"types": "./types/index.d.ts",
3736
"bin": {
3837
"yoe": "cli/index.js"
3938
},
4039
"files": [
4140
"cli",
42-
"lib",
43-
"types"
41+
"lib"
4442
],
4543
"scripts": {
4644
"doc": "npm run doc:generate && npm run doc:fix && npm run doc:prettier",

0 commit comments

Comments
 (0)