Skip to content

Commit

Permalink
Add repomix command, fix CardList border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
calebjacob committed Nov 9, 2024
1 parent 545d8cc commit 54fecf8
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dist
secrets
**/*.tsbuildinfo
.rollup.cache
repomix-output.txt

# debug
npm-debug.log*
Expand Down
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@near-pagoda/ui",
"version": "2.0.5",
"version": "2.0.6",
"description": "A React component library that implements the official NEAR design system.",
"license": "MIT",
"repository": {
Expand All @@ -24,10 +24,11 @@
"lint:strict": "pnpm lint --max-warnings 0",
"pre-commit": "pnpm format && pnpm lint:strict && pnpm ts:check",
"pre-publish": "pnpm pre-commit && pnpm test",
"prepare": "husky",
"repomix": "repomix --include 'src/**/*.ts,src/**/*.tsx,src/**/*.md'",
"test": "vitest run",
"test:watch": "vitest",
"ts:check": "tsc --noEmit --incremental",
"prepare": "husky"
"ts:check": "tsc --noEmit --incremental"
},
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -75,7 +76,8 @@
"@radix-ui/react-tooltip": "^1.0.7",
"downshift": "^9.0.6",
"lodash-es": "^4.17.21",
"next-themes": "^0.4.3"
"next-themes": "^0.4.3",
"repomix": "^0.2.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
Expand Down
Loading

0 comments on commit 54fecf8

Please sign in to comment.