Skip to content

Commit 96b4773

Browse files
committed
fix lib folder inclusion
1 parent fac98a5 commit 96b4773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"module": "lib/esm/index.js",
1212
"typings": "typings/react-popper-tooltip.d.ts",
1313
"files": [
14-
"dist"
14+
"lib"
1515
],
1616
"scripts": {
1717
"build": "npm run build:cjs && npm run build:esm && npm run copy-styles",

0 commit comments

Comments
 (0)