Skip to content

Commit a9c1e4e

Browse files
committed
Add more files to include documentation
1 parent ee126f7 commit a9c1e4e

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,16 +1,16 @@
11
{
22
"name": "eslint-plugin-typeorm-typescript",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"main": "dist/index.js",
6-
"files": ["dist"],
6+
"files": ["dist", "docs"],
77
"scripts": {
88
"build": "tsc -p tsconfig.json",
99
"lint": "eslint src/",
1010
"test": "ts-node src/index.test.ts"
1111
},
12-
"keywords": [],
13-
"author": "",
12+
"keywords": ["eslint", "typeorm", "typescript"],
13+
"author": "Daniel Grant",
1414
"license": "ISC",
1515
"devDependencies": {
1616
"eslint": "^8.43.0",

0 commit comments

Comments
 (0)