Skip to content

Commit 33e49e4

Browse files
1.0.0
1 parent f8cc331 commit 33e49e4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,16 @@
33
"version": "1.0.0",
44
"description": "TypeScript .ts .tsx module resolver for `eslint-plugin-import`.",
55
"main": "index.js",
6-
"files": ["index.js"],
7-
"keywords": ["typescript", "eslint", "import", "resolver", "plugin"],
6+
"files": [
7+
"index.js"
8+
],
9+
"keywords": [
10+
"typescript",
11+
"eslint",
12+
"import",
13+
"resolver",
14+
"plugin"
15+
],
816
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
917
"license": "ISC",
1018
"dependencies": {

0 commit comments

Comments
 (0)