Skip to content

Commit 87cfcde

Browse files
authored
Merge pull request #64 from thefrontside/repo-details-in-each-package
repository details in package.json
2 parents 153e1c0 + 9e8fbe1 commit 87cfcde

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

packages/eslint-config/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"main": "index.js",
66
"author": "Frontside Engineering <engineering@frontside.com>",
77
"license": "MIT",
8+
"repository": {
9+
"type": "git",
10+
"url": "git+https://github.com/thefrontside/javascript.git",
11+
"directory": "packages/eslint-config"
12+
},
813
"keywords": [
914
"eslint",
1015
"eslintconfig"

packages/eslint-plugin-prefer-let/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "eslint-plugin-prefer-let",
33
"version": "4.0.0",
44
"description": "Rule to prefer using `let` to bind names to values",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/thefrontside/javascript.git",
8+
"directory": "packages/eslint-plugin-prefer-let"
9+
},
510
"keywords": [
611
"eslint",
712
"eslintplugin",
@@ -22,6 +27,5 @@
2227
"engines": {
2328
"node": ">=0.10.0"
2429
},
25-
"license": "ISC",
26-
"repository": "thefrontside/javascript"
30+
"license": "ISC"
2731
}

packages/tsconfig/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Frontside Typescript Config",
55
"author": "Frontside Engineering <engineering@frontside.com>",
66
"main": "tsconfig.json",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/thefrontside/javascript.git",
10+
"directory": "packages/tsconfig"
11+
},
712
"files": [
813
"tsconfig.json"
914
],

packages/typescript/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "5.0.0",
44
"description": "TypeScript Development Tools at Frontside",
55
"author": "Frontside Engineering <engineering@frontside.com>",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/thefrontside/javascript.git",
9+
"directory": "packages/typescript"
10+
},
611
"dependencies": {
712
"@frontside/tsconfig": "^3.0.0",
813
"typescript": "^4.1.3"

0 commit comments

Comments
 (0)