We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae325b commit f2aa2fcCopy full SHA for f2aa2fc
.gitignore
@@ -1,4 +1,3 @@
1
node_modules
2
coverage
3
lib
4
-es
package.json
@@ -4,6 +4,13 @@
"description": "Simple component wrapper for testing React hooks",
5
"main": "lib/index.js",
6
"typings": "./index.d.ts",
7
+ "files": [
8
+ "lib",
9
+ "src",
10
+ "index.d.ts",
11
+ "README.md",
12
+ "LICENSE.md"
13
+ ],
14
"author": "Michael Peyper",
15
"repository": {
16
"type": "git",
0 commit comments