Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgpearce committed Oct 5, 2024
1 parent ab7d47a commit 253a803
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"name": "tinywidgets",
"description": "A collection of tiny, reusable, React components",
"version": "1.0.14",
"scripts": {
"prePublishPackage": "eslint . && cspell --quiet . && tsc"
},
"version": "1.0.15",
"author": "jamesgpearce",
"repository": "github:tinyplex/tinywidgets",
"license": "MIT",
"homepage": "https://tinywidgets.org",
"description": "A collection of tiny, reusable, UI components - wrapped in a helpful app layout with header, side bar, dark mode, and more.",
"keywords": [
"tiny",
"local-first",
"ui",
"components",
"styling",
"react"
],
"type": "module",
"scripts": {
"prePublishPackage": "eslint . && cspell --quiet . && tsc"
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
Expand All @@ -26,7 +36,6 @@
".": "./src/index.ts",
"./css": "./src/index.css.ts"
},
"license": "MIT",
"dependencies": {
"@vanilla-extract/css": "^1.16.0",
"lucide-react": "^0.447.0",
Expand Down

0 comments on commit 253a803

Please sign in to comment.