Skip to content

Commit

Permalink
add "types" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmehta committed Jun 10, 2020
1 parent cb791fd commit 7b50b62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -18,13 +18,15 @@
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"types": "index.d.ts",
"keywords": [
"settimeout",
"timeout",
"promise",
"then"
],
"files": [
"index.d.ts",
"index.js"
]
}

0 comments on commit 7b50b62

Please sign in to comment.