Skip to content

Commit 7d512ca

Browse files
committed
yukukotani -> Monchi
1 parent 2aba439 commit 7d512ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# typescript-plugin-namespace-import
22

33
[![npm](https://img.shields.io/npm/v/typescript-plugin-namespace-import)](https://www.npmjs.com/package/typescript-plugin-namespace-import)
4-
[![license](https://img.shields.io/npm/l/typescript-plugin-namespace-import)](https://github.com/Monchi/typescript-plugin-namespace-import/blob/master/LICENSE)
4+
[![license](https://img.shields.io/npm/l/typescript-plugin-namespace-import)](https://github.com/yukukotani/typescript-plugin-namespace-import/blob/master/LICENSE)
55

66
A [TypeScript Language Service Plugin](https://github.com/microsoft/TypeScript/wiki/Writing-a-Language-Service-Plugin) to auto-complete and insert [Namespace Import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#import_an_entire_modules_contents).
77

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/Monchi/typescript-plugin-namespace-import.git"
11+
"url": "git+https://github.com/yukukotani/typescript-plugin-namespace-import.git"
1212
},
1313
"author": "Yuku Kotani ([email protected])",
1414
"license": "MIT",
1515
"bugs": {
16-
"url": "https://github.com/Monchi/typescript-plugin-namespace-import/issues"
16+
"url": "https://github.com/yukukotani/typescript-plugin-namespace-import/issues"
1717
},
18-
"homepage": "https://github.com/Monchi/typescript-plugin-namespace-import#readme",
18+
"homepage": "https://github.com/yukukotani/typescript-plugin-namespace-import#readme",
1919
"dependencies": {
2020
"camelcase": "^6.2.0",
2121
"tsutils": "^3.21.0",

0 commit comments

Comments
 (0)