We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee126f7 commit a9c1e4eCopy full SHA for a9c1e4e
package.json
@@ -1,16 +1,16 @@
1
{
2
"name": "eslint-plugin-typeorm-typescript",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "",
5
"main": "dist/index.js",
6
- "files": ["dist"],
+ "files": ["dist", "docs"],
7
"scripts": {
8
"build": "tsc -p tsconfig.json",
9
"lint": "eslint src/",
10
"test": "ts-node src/index.test.ts"
11
},
12
- "keywords": [],
13
- "author": "",
+ "keywords": ["eslint", "typeorm", "typescript"],
+ "author": "Daniel Grant",
14
"license": "ISC",
15
"devDependencies": {
16
"eslint": "^8.43.0",
0 commit comments