Skip to content

Commit b2667fc

Browse files
author
Dieter Stinglhamber
committed
fix: types path in package.json is incorrect
1 parent 0b2cc4c commit b2667fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ tsconfig.json
66
.editorconfig
77
.github
88
.prettierrc
9+
.prettierignore

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.1.0",
44
"description": "AsyncAPI message validation",
55
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
6+
"types": "dist/types/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
710
"repository": {
811
"type": "git",
912
"url": "git://github.com/Elhebert/asyncapi-validation.git"

0 commit comments

Comments
 (0)