We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2cc4c commit b2667fcCopy full SHA for b2667fc
.npmignore
@@ -6,3 +6,4 @@ tsconfig.json
6
.editorconfig
7
.github
8
.prettierrc
9
+.prettierignore
package.json
@@ -3,7 +3,10 @@
3
"version": "0.1.0",
4
"description": "AsyncAPI message validation",
5
"main": "dist/index.js",
- "types": "dist/index.d.ts",
+ "types": "dist/types/index.d.ts",
+ "files": [
+ "dist"
+ ],
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/Elhebert/asyncapi-validation.git"
0 commit comments