Skip to content

Commit

Permalink
Merge pull request #33 from trezy/30/publish-type-declarations
Browse files Browse the repository at this point in the history
Fix missing types declaration file
  • Loading branch information
trezy authored Jan 12, 2022
2 parents 4d798fa + d55a33f commit 9d4e7e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"types": "types/types.d.ts",
"scripts": {
"build-types": "jsdoc -t node_modules/tsd-jsdoc/dist -r lib/. -d types",
"test": "jest",
"semantic-release": "semantic-release"
"prepublish": "yarn build-types",
"semantic-release": "semantic-release",
"test": "jest"
},
"peerDependencies": {
"next": "^9.5.0 || ^10.2.1 || ^11.1.0"
Expand Down

0 comments on commit 9d4e7e5

Please sign in to comment.