diff --git a/README.md b/README.md index b04442d..2b03003 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,10 @@ Types included - Bundle minzip size + Bundle minzip size + + + Bundle dependency count License diff --git a/package.json b/package.json index bf9e715..bfd2d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-tix", - "version": "2.5.3", + "version": "2.5.4", "description": "Styles your React components with TailwindCSS classes, define variant properties without fighting huge & long classnames.", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -14,13 +14,11 @@ }, "repository": "https://github.com/danhtran94/styled-tix", "author": "danhtran94", - "license": "AGPL-3.0", - "dependencies": { + "license": "AGPL-3.0", + "devDependencies": { "@types/react": "^18.2.15", "react": "^18.2.0", - "typescript": "^5.1.6" - }, - "devDependencies": { + "typescript": "^5.1.6", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-typescript": "^8.2.5",