Skip to content

Commit

Permalink
Merge pull request #1 from Elhebert/fix/update-types-path
Browse files Browse the repository at this point in the history
fix: types path in package.json is incorrect
  • Loading branch information
Elhebert authored Dec 19, 2023
2 parents 0b2cc4c + b2667fc commit e6c4fb3
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 e6c4fb3

Please sign in to comment.