Skip to content

Commit e7b8e4f

Browse files
committed
Fixed repository url
1 parent 7168c23 commit e7b8e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-only-warn",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Downgrade errors to warnings",
55
"keywords": [
66
"eslint",
@@ -16,7 +16,7 @@
1616
"homepage": "https://github.com/bfanger/eslint-plugin-only-warn",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/npm/npm.git"
19+
"url": "https://github.com/bfanger/eslint-plugin-only-warn.git"
2020
},
2121
"eslintConfig": {
2222
"extends": "vue",

0 commit comments

Comments
 (0)