We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f902db commit 119810eCopy full SHA for 119810e
package.json
@@ -1,17 +1,18 @@
1
{
2
"name": "use-clamp-text",
3
"description": "react hook to clamp multiline text to a given height in a responsive way (in < 2.5kb)",
4
- "version": "1.0.0",
+ "version": "0.1.0",
5
"main": "lib/index.js",
6
"module": "esm/index.js",
7
"types": "./lib",
8
- "exports": {
9
- "./package.json": "./package.json",
10
- ".": {
11
- "import": "./esm/index.js",
12
- "require": "./lib/index.js"
13
- }
14
- },
+ "files": [
+ "esm/*",
+ "lib/*",
+ "LICENSE",
+ "src",
+ "package.json",
+ "README.md"
15
+ ],
16
"sideEffects": false,
17
"scripts": {
18
"size": "yarn build:es && size-limit",
0 commit comments