Skip to content

Commit

Permalink
fix: export types
Browse files Browse the repository at this point in the history
  • Loading branch information
pateketrueke committed Aug 29, 2021
1 parent b7301b0 commit 4158012
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"author": "Alvaro Cabrera <[email protected]>",
"description": "Sequelize models with JSON-Schema powers!",
"license": "MIT",
"types": "index.d.ts",
"files": [
"lib/*",
"cli/*"
"cli/*",
"*.d.ts"
],
"scripts": {
"dev": "npm test -- -w",
Expand Down

0 comments on commit 4158012

Please sign in to comment.