Skip to content

Commit f2aa2fc

Browse files
committed
Restrict published files
1 parent 7ae325b commit f2aa2fc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
22
coverage
33
lib
4-
es

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"description": "Simple component wrapper for testing React hooks",
55
"main": "lib/index.js",
66
"typings": "./index.d.ts",
7+
"files": [
8+
"lib",
9+
"src",
10+
"index.d.ts",
11+
"README.md",
12+
"LICENSE.md"
13+
],
714
"author": "Michael Peyper",
815
"repository": {
916
"type": "git",

0 commit comments

Comments
 (0)