Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
drenther committed Apr 29, 2022
1 parent 3f902db commit 119810e
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"name": "use-clamp-text",
"description": "react hook to clamp multiline text to a given height in a responsive way (in < 2.5kb)",
"version": "1.0.0",
"version": "0.1.0",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "./lib",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./esm/index.js",
"require": "./lib/index.js"
}
},
"files": [
"esm/*",
"lib/*",
"LICENSE",
"src",
"package.json",
"README.md"
],
"sideEffects": false,
"scripts": {
"size": "yarn build:es && size-limit",
Expand Down

0 comments on commit 119810e

Please sign in to comment.