Skip to content

Commit

Permalink
Merge pull request #53 from XhmikosR/patch-1
Browse files Browse the repository at this point in the history
package.json: specify the files to include
  • Loading branch information
benjamingr authored Jan 17, 2022
2 parents 7a9d926 + 18f4be4 commit a88160e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"description": "The tmp package with promises support and disposers.",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"scripts": {
"mocha": "mocha",
"check-types": "tsd",
Expand Down

0 comments on commit a88160e

Please sign in to comment.