Skip to content

Commit 307b733

Browse files
committed
fix(ui): remove unused router declaration
1 parent f916120 commit 307b733

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

app/pages/search.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { isPlatformSpecificPackage } from '~/utils/platform-packages'
88
import { normalizeSearchParam } from '#shared/utils/url'
99
1010
const route = useRoute()
11-
const router = useRouter()
1211
1312
// Preferences (persisted to localStorage)
1413
const {

package.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44
"private": true,
55
"type": "module",
66
"version": "0.0.0",
7-
"author": {
8-
"name": "Daniel Roe",
9-
"email": "daniel@roe.dev",
10-
"url": "https://roe.dev"
11-
},
7+
"author": "Daniel Roe <daniel@roe.dev> (https://roe.dev)",
128
"scripts": {
139
"build": "nuxt build",
1410
"build:lunaria": "node ./lunaria/lunaria.ts",
@@ -167,5 +163,19 @@
167163
"pnpm oxfmt"
168164
]
169165
},
170-
"packageManager": "pnpm@10.30.1"
166+
"packageManager": "pnpm@10.30.1",
167+
"description": "> A fast, modern browser for the npm registry.",
168+
"main": "index.js",
169+
"directories": {
170+
"doc": "docs",
171+
"test": "test"
172+
},
173+
"repository": {
174+
"type": "git",
175+
"url": "git+https://github.com/marlonwq/npmx.dev.git"
176+
},
177+
"bugs": {
178+
"url": "https://github.com/marlonwq/npmx.dev/issues"
179+
},
180+
"homepage": "https://github.com/marlonwq/npmx.dev#readme"
171181
}

0 commit comments

Comments
 (0)