Skip to content

Commit 7df91cc

Browse files
committed
package.json, README: changing to/pointing at repo under Tenfold organization.
1 parent f9f9461 commit 7df91cc

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
### Usage
66

77
```bash
8-
npm install --save-dev eslint-import-resolver-module-alias@bardzusny/eslint-import-resolver-module-alias
8+
npm install --save-dev eslint-import-resolver-module-alias@tenfold/eslint-import-resolver-module-alias
99
```
1010

1111
Configure ESLint:

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "eslint-import-resolver-module-alias",
33
"version": "0.0.1",
4+
"description": "module-alias (https://github.com/ilearnio/module-alias) module resolution plugin for eslint-plugin-import",
45
"scripts": {
56
"test": "jest"
67
},
7-
"description": "module-alias (https://github.com/ilearnio/module-alias) module resolution plugin for eslint-plugin-import",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/tenfold/eslint-import-resolver-module-alias.git"
11+
},
812
"main": "index.js",
913
"author": "Adrian Zalewski <zalewski.adrian.adam@gmail.com> (https://github.com/bardzusny)",
1014
"license": "MIT",

0 commit comments

Comments
 (0)