Skip to content

Commit

Permalink
Include types in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh867 committed Aug 20, 2021
1 parent b3bb1c6 commit f3627bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"version": "0.0.2",
"description": "Custom authcheckers for TypeGraphql made simple.",
"author": "Utkarsh Goel",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"dist"
"lib"
],
"license": "MIT",
"repository": {
Expand Down

0 comments on commit f3627bc

Please sign in to comment.