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 1224acf commit 71d3ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"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 71d3ffd

Please sign in to comment.