Skip to content

Commit

Permalink
release(v0.0.3): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
refirst11 committed Jul 16, 2023
1 parent ab08c8d commit 64117fd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "react-text-scaler",
"version": "0.0.2",
"version": "0.0.3",
"description": "UI and accessibility support scalling text size",
"main": "index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/su-pull/react-text-scaler",
"directory": "react-text-scaler/src"
},
"scripts": {
"test": "test",
"compile": "tsc && npm run copy-css",
Expand Down

0 comments on commit 64117fd

Please sign in to comment.