File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-typeorm-typescript" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " " ,
5
5
"main" : " dist/index.js" ,
6
- "files" : [" dist" , " docs" ],
6
+ "files" : [
7
+ " dist"
8
+ ],
7
9
"scripts" : {
8
10
"build" : " tsc -p tsconfig.json" ,
9
11
"lint" : " eslint src/" ,
10
12
"test" : " ts-node src/index.test.ts"
11
13
},
12
- "keywords" : [" eslint" , " typeorm" , " typescript" ],
14
+ "homepage" : " https://github.com/daniel7grant/eslint-plugin-typeorm-typescript" ,
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " git+https://github.com/daniel7grant/eslint-plugin-typeorm-typescript.git"
18
+ },
19
+ "keywords" : [
20
+ " eslint" ,
21
+ " typeorm" ,
22
+ " typescript"
23
+ ],
13
24
"author" : " Daniel Grant" ,
14
25
"license" : " ISC" ,
15
26
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments