Skip to content

Commit

Permalink
docs: update repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Jul 22, 2024
1 parent d4680cb commit fbddfd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "@merkle-open/eslint-config",
"description": "Default configurations for eslint",
"version": "4.0.0",
"repository": "https://github.com/merkle-open/eslint-config.git",
"repository": {
"type": "git",
"url": "git+https://github.com/merkle-open/eslint-config.git"
},
"license": "MIT",
"author": "Merkle Inc.",
"private": false,
Expand Down

0 comments on commit fbddfd8

Please sign in to comment.