Skip to content

Commit d7fa91e

Browse files
committed
chore: revert accidental changes to package.json
1 parent 41daab9 commit d7fa91e

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

package.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"private": true,
55
"type": "module",
66
"version": "0.0.0",
7-
"author": "Daniel Roe <daniel@roe.dev> (https://roe.dev)",
7+
"author": {
8+
"name": "Daniel Roe",
9+
"email": "daniel@roe.dev",
10+
"url": "https://roe.dev"
11+
},
812
"scripts": {
913
"build": "nuxt build",
1014
"build:lunaria": "node ./lunaria/lunaria.ts",
@@ -163,19 +167,5 @@
163167
"pnpm oxfmt"
164168
]
165169
},
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"
170+
"packageManager": "pnpm@10.30.1"
181171
}

0 commit comments

Comments
 (0)