Skip to content

Commit dcb19fa

Browse files
committed
Add repository to package.json
1 parent a9c1e4e commit dcb19fa

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

package.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
{
22
"name": "eslint-plugin-typeorm-typescript",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "",
55
"main": "dist/index.js",
6-
"files": ["dist", "docs"],
6+
"files": [
7+
"dist"
8+
],
79
"scripts": {
810
"build": "tsc -p tsconfig.json",
911
"lint": "eslint src/",
1012
"test": "ts-node src/index.test.ts"
1113
},
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+
],
1324
"author": "Daniel Grant",
1425
"license": "ISC",
1526
"devDependencies": {

0 commit comments

Comments
 (0)