Skip to content

Commit

Permalink
added repo info
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshay committed Aug 2, 2023
1 parent 56bbc89 commit e2a9f41
Show file tree
Hide file tree
Showing 4 changed files with 5,797 additions and 3,004 deletions.
4 changes: 4 additions & 0 deletions apps/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@lshay/www",
"private": true,
"version": "0.0.0",
"repository": {
"url": "https://github.com/lukeshay/ui",
"type": "git"
},
"type": "module",
"files": [
"src",
Expand Down
2 changes: 1 addition & 1 deletion apps/www/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import react from "@vitejs/plugin-react-swc"
import { defineConfig } from "vite"

// million.vite({ auto: true, mute: true, optimize: true }),
// million.vite({ auto: true, mute: true, optimize: true }),

// https://vitejs.dev/config/
export default defineConfig({
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@lshay/ui",
"version": "0.1.2",
"description": "Published version of @shadcn/ui",
"repository": {
"url": "https://github.com/lukeshay/ui",
"type": "git"
},
"type": "commonjs",
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit e2a9f41

Please sign in to comment.