Skip to content

Commit 428e82d

Browse files
chore(react-property): whitelist /lib in package.json "files"
1 parent 802d9fe commit 428e82d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-property/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,8 @@
2020
"react",
2121
"react-dom"
2222
],
23+
"files": [
24+
"/lib"
25+
],
2326
"license": "MIT"
2427
}

0 commit comments

Comments
 (0)