Skip to content

Commit b72a9a6

Browse files
committed
fix: set package.json repo fields
1 parent 3697a53 commit b72a9a6

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"name": "@projectwallace/preset-oxlint",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Opinionated preset for Oxlint",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/projectwallace/preset-oxlint.git"
8+
},
9+
"homepage": "https://github.com/projectwallace/preset-oxlint",
10+
"issues": "https://github.com/projectwallace/preset-oxlint/issues",
11+
"license": "MIT",
12+
"author": "Bart Veneman <bart@projectwallace.com>",
513
"main": "index.json",
614
"scripts": {},
715
"keywords": [
816
"oxlint",
917
"preset"
1018
],
11-
"author": "Bart Veneman",
12-
"license": "MIT",
1319
"type": "module",
1420
"files": [
1521
"index.json"

0 commit comments

Comments
 (0)