Skip to content

Commit f5cd230

Browse files
committed
💥 change the package name to @weiran-zsd/eslint-plugin-node
1 parent f45c614 commit f5cd230

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "eslint-plugin-node",
2+
"name": "@weiran.zsd/eslint-plugin-node",
33
"version": "11.1.0",
44
"description": "Additional ESLint's rules for Node.js",
55
"engines": {
@@ -52,7 +52,7 @@
5252
},
5353
"repository": {
5454
"type": "git",
55-
"url": "git+https://github.com/mysticatea/eslint-plugin-node.git"
55+
"url": "git+https://github.com/weiran-zsd/eslint-plugin-node.git"
5656
},
5757
"keywords": [
5858
"eslint",
@@ -70,8 +70,8 @@
7070
"author": "Toru Nagashima",
7171
"license": "MIT",
7272
"bugs": {
73-
"url": "https://github.com/mysticatea/eslint-plugin-node/issues"
73+
"url": "https://github.com/weiran-zsd/eslint-plugin-node/issues"
7474
},
75-
"homepage": "https://github.com/mysticatea/eslint-plugin-node#readme",
75+
"homepage": "https://github.com/weiran-zsd/eslint-plugin-node#readme",
7676
"funding": "https://github.com/sponsors/mysticatea"
7777
}

0 commit comments

Comments
 (0)