Skip to content

Commit

Permalink
fix: update homepage field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samrith-s committed Nov 13, 2024
1 parent 10ca53c commit da4ee4a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
"description": "A simple task runner which will run tasks concurrently while maintaining limits.",
"author": "Samrith Shankar",
"license": "MIT",
"homepage": "https://concurrent-tasks.js.org",
"repository": "https://github.com/samrith-s/concurrent-tasks.git",
"homepage": "https://concurrent-tasks.samrith.dev",
"repository": {
"type": "git",
"url": "https://github.com/samrith-s/concurrent-tasks.git"
},
"bugs": {
"url": "https://github.com/samrith-s/concurrent-tasks/issues/new/choose"
},
"main": "lib/cjs/index.js",
"module": "lib/es/index.js",
"types": "lib/dts/src/index.d.ts",
Expand Down Expand Up @@ -72,9 +78,6 @@
"vite-node": "^2.1.4",
"yocto-spinner": "^0.1.1"
},
"lint-staged": {
"*.{ts,tsx,json}": "eslint --cache --fix"
},
"keywords": [
"concurrent",
"tasks",
Expand Down

0 comments on commit da4ee4a

Please sign in to comment.