Skip to content

Commit 704dabd

Browse files
committedMay 25, 2024··
1.1.1
1 parent 136fe90 commit 704dabd

File tree

2 files changed

+800
-671
lines changed

2 files changed

+800
-671
lines changed
 

‎package.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-wrap-balancer",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Simple React component that makes titles more readable.",
55
"repository": {
66
"type": "git",
@@ -11,20 +11,13 @@
1111
"main": "dist/index.js",
1212
"module": "dist/index.mjs",
1313
"types": "dist/index.d.ts",
14-
"files": [
15-
"dist"
16-
],
14+
"files": ["dist"],
1715
"scripts": {
1816
"build": "tsup src/index.tsx",
1917
"dev": "tsup src/index.tsx --watch",
2018
"dev:website": "turbo run dev --filter=website..."
2119
},
22-
"keywords": [
23-
"react",
24-
"wrapping",
25-
"text",
26-
"typography"
27-
],
20+
"keywords": ["react", "wrapping", "text", "typography"],
2821
"author": "Shu Ding <g@shud.in>",
2922
"license": "MIT",
3023
"devDependencies": {

‎pnpm-lock.yaml

+797-661
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.