Skip to content

Commit

Permalink
Fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Sep 4, 2024
1 parent 9b76142 commit 5cff161
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"eslint.shared.js"
],
"type": "module",
"homepage": "https://github.com/__repo__",
"homepage": "https://github.com/james-pre/blanked",
"author": "James Prevett <[email protected]> (https://jamespre.dev)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/__repo__.git"
"url": "git+https://github.com/james-pre/blanked.git"
},
"bugs": {
"url": "https://github.com/__repo__/issues"
"url": "https://github.com/james-pre/blanked/issues"
},
"engines": {
"node": ">= 16"
Expand All @@ -37,7 +37,7 @@
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "tsc -p tsconfig.json --noEmit && eslint src tests",
"lint": "tsc -p tsconfig.json --noEmit && eslint src",
"test": "tsc -p tests/tsconfig.json && cross-env NODE_OPTIONS=--experimental-vm-modules npx jest",
"build": "node scripts/build.js --entry src/index.ts",
"build:docs": "typedoc",
Expand Down

0 comments on commit 5cff161

Please sign in to comment.