Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shuding committed May 25, 2024
1 parent 136fe90 commit 704dabd
Show file tree
Hide file tree
Showing 2 changed files with 800 additions and 671 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-wrap-balancer",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple React component that makes titles more readable.",
"repository": {
"type": "git",
Expand All @@ -11,20 +11,13 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup src/index.tsx",
"dev": "tsup src/index.tsx --watch",
"dev:website": "turbo run dev --filter=website..."
},
"keywords": [
"react",
"wrapping",
"text",
"typography"
],
"keywords": ["react", "wrapping", "text", "typography"],
"author": "Shu Ding <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down
Loading

0 comments on commit 704dabd

Please sign in to comment.