Skip to content

Commit 119810e

Browse files
committed
prepare release
1 parent 3f902db commit 119810e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "use-clamp-text",
33
"description": "react hook to clamp multiline text to a given height in a responsive way (in < 2.5kb)",
4-
"version": "1.0.0",
4+
"version": "0.1.0",
55
"main": "lib/index.js",
66
"module": "esm/index.js",
77
"types": "./lib",
8-
"exports": {
9-
"./package.json": "./package.json",
10-
".": {
11-
"import": "./esm/index.js",
12-
"require": "./lib/index.js"
13-
}
14-
},
8+
"files": [
9+
"esm/*",
10+
"lib/*",
11+
"LICENSE",
12+
"src",
13+
"package.json",
14+
"README.md"
15+
],
1516
"sideEffects": false,
1617
"scripts": {
1718
"size": "yarn build:es && size-limit",

0 commit comments

Comments
 (0)