Skip to content

Commit

Permalink
Added repository link to package.json [THC-447] (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
prztrz authored Sep 4, 2024
1 parent 1b3dd16 commit fc85b8b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": "^20.12.0",
"pnpm": "^9.4.0"
},
"version": "2.0.0",
"version": "2.0.1",
"description": "This is opinionated eslint configuration preset we use at Omnicalculator.com",
"main": "index.cjs",
"scripts": {
Expand Down Expand Up @@ -38,5 +38,9 @@
"devDependencies": {
"eslint": "^9.9.1",
"prettier": "~2.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omnicalculator/omnicalculator-eslint-config"
}
}

0 comments on commit fc85b8b

Please sign in to comment.