Skip to content

Commit

Permalink
Merge pull request #64 from thefrontside/repo-details-in-each-package
Browse files Browse the repository at this point in the history
repository details in package.json
  • Loading branch information
jbolda authored Jul 15, 2024
2 parents 153e1c0 + 9e8fbe1 commit 87cfcde
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"main": "index.js",
"author": "Frontside Engineering <engineering@frontside.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thefrontside/javascript.git",
"directory": "packages/eslint-config"
},
"keywords": [
"eslint",
"eslintconfig"
Expand Down
8 changes: 6 additions & 2 deletions packages/eslint-plugin-prefer-let/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "eslint-plugin-prefer-let",
"version": "4.0.0",
"description": "Rule to prefer using `let` to bind names to values",
"repository": {
"type": "git",
"url": "git+https://github.com/thefrontside/javascript.git",
"directory": "packages/eslint-plugin-prefer-let"
},
"keywords": [
"eslint",
"eslintplugin",
Expand All @@ -22,6 +27,5 @@
"engines": {
"node": ">=0.10.0"
},
"license": "ISC",
"repository": "thefrontside/javascript"
"license": "ISC"
}
5 changes: 5 additions & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"description": "Frontside Typescript Config",
"author": "Frontside Engineering <engineering@frontside.com>",
"main": "tsconfig.json",
"repository": {
"type": "git",
"url": "git+https://github.com/thefrontside/javascript.git",
"directory": "packages/tsconfig"
},
"files": [
"tsconfig.json"
],
Expand Down
5 changes: 5 additions & 0 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "5.0.0",
"description": "TypeScript Development Tools at Frontside",
"author": "Frontside Engineering <engineering@frontside.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/thefrontside/javascript.git",
"directory": "packages/typescript"
},
"dependencies": {
"@frontside/tsconfig": "^3.0.0",
"typescript": "^4.1.3"
Expand Down

0 comments on commit 87cfcde

Please sign in to comment.