Skip to content

Commit b5b6714

Browse files
committed
fix(eslint-plugin): add missing repository to package.json
1 parent a9aef8a commit b5b6714

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/eslint-plugin/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"lint-fix": "eslint '**/*.js' --fix",
1616
"lint": "eslint '**/*.js'"
1717
},
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/endojs/Jessie.git",
21+
"directory": "packages/eslint-plugin"
22+
},
1823
"dependencies": {
1924
"requireindex": "~1.1.0"
2025
},

0 commit comments

Comments
 (0)