Skip to content

Commit

Permalink
www mobile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
traviskuhl committed Nov 2, 2024
1 parent 5c0d428 commit 0d67975
Show file tree
Hide file tree
Showing 11 changed files with 212 additions and 172 deletions.
10 changes: 0 additions & 10 deletions actions/jsr.json

This file was deleted.

3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.7.0",
"exports": {
".":"./mod.ts",
"./types": "./src/types.ts"
"./types": "./src/types.ts",
"./actions": "./actions/sdk.ts"
},
"publish": {
"include": [
Expand Down
6 changes: 3 additions & 3 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
Expand All @@ -42,11 +42,11 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.8.4",
"@types/node": "^22.8.6",
"@types/react": "^18.3.12",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
Expand Down
Loading

0 comments on commit 0d67975

Please sign in to comment.