Skip to content

Commit

Permalink
fix: types path in package.json is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Stinglhamber committed Dec 19, 2023
1 parent 0b2cc4c commit b2667fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ tsconfig.json
.editorconfig
.github
.prettierrc
.prettierignore
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "0.1.0",
"description": "AsyncAPI message validation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git://github.com/Elhebert/asyncapi-validation.git"
Expand Down

0 comments on commit b2667fc

Please sign in to comment.