Skip to content

Commit

Permalink
fix: add types.d.ts (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocolateLoverRaj committed Jun 8, 2021
1 parent 415f32d commit 69d99de
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 185 deletions.
13 changes: 2 additions & 11 deletions .renovaterc.json
Expand Up @@ -13,17 +13,8 @@
},
"packageRules": [
{
"packagePatterns": [
"*"
],
"semanticCommitType": "chore"
},
{
"depTypeList": [
"dependencies",
"devDependencies",
"peerDependencies",
"optionalDependencies"
"matchPaths": [
"package.json"
],
"semanticCommitType": "fix"
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -31,7 +31,8 @@
"main": "dist/index.js",
"types": "types.d.ts",
"files": [
"dist"
"dist",
"types.d.ts"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
Expand Down

0 comments on commit 69d99de

Please sign in to comment.