Skip to content

Commit

Permalink
Add lib
Browse files Browse the repository at this point in the history
  • Loading branch information
grunklejp committed Jan 14, 2024
1 parent b9fc892 commit 8219456
Show file tree
Hide file tree
Showing 7 changed files with 4,170 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8.14.0
- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@
"packageManager": "[email protected]",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"author": "johnpaulkiser"
"author": "johnpaulkiser",
"dependencies": {
"@radix-ui/colors": "^3.0.0"
}
}
186 changes: 182 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8219456

Please sign in to comment.