Skip to content

Commit 2296a5e

Browse files
committed
Fix package.json repository field
1 parent ca314d4 commit 2296a5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"pnpm",
1515
"bolt"
1616
],
17-
"repository": "joshuajaco/eslint-plugin-workspaces",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/joshuajaco/eslint-plugin-workspaces.git"
20+
},
1821
"license": "MIT",
1922
"exports": "./lib/index.js",
2023
"main": "lib/index.js",

0 commit comments

Comments
 (0)