Skip to content

Commit

Permalink
Fix files in package.json
Browse files Browse the repository at this point in the history
Closes GH-8.

Reviewed-by: Merlijn Vos <[email protected]>
Reviewed-by: Titus Wormer <[email protected]>
  • Loading branch information
ChristianMurphy committed Jul 1, 2021
1 parent 3e06892 commit 0a134c2
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 @@ -30,8 +30,10 @@
"@types/unist": "^2.0.0",
"hast-util-to-mdast": "^7.0.0"
},
"types": "index.d.ts",
"files": [
"index.js"
"index.js",
"index.d.ts"
],
"devDependencies": {
"@types/tape": "^4.0.0",
Expand Down

0 comments on commit 0a134c2

Please sign in to comment.