Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(TS): add type defs file for pure (#696)
* fix(TS): add type defs file for pure

Closes #695

* Update pure.d.ts

Co-authored-by: Andrei Picus <485061+NiGhTTraX@users.noreply.github.com>

* Update package.json

Co-authored-by: Andrei Picus <485061+NiGhTTraX@users.noreply.github.com>
  • Loading branch information
kentcdodds and NiGhTTraX committed Jun 5, 2020
1 parent 499cc04 commit 4bd4497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -25,6 +25,7 @@
"dist",
"dont-cleanup-after-each.js",
"pure.js",
"pure.d.ts",
"types"
],
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions pure.d.ts
@@ -0,0 +1 @@
export * from './types/pure'

0 comments on commit 4bd4497

Please sign in to comment.