Skip to content

Commit

Permalink
fix(Packages): Update missing repository config
Browse files Browse the repository at this point in the history
Required by NPM in order to display a link to the
repository. Also required by our release note
generation to ensure the links in the changelog
are correct.
  • Loading branch information
thyhjwb6 committed Jun 11, 2020
1 parent e990882 commit 6e7354d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/css-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Royal-Navy/design-system"
"url": "https://github.com/Royal-Navy/design-system.git",
"directory": "packages/css-framework"
},
"homepage": "https://github.com/Royal-Navy/design-system/tree/develop/packages/css-framework#readme",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/docs-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/Royal-Navy/design-system"
"url": "https://github.com/Royal-Navy/design-system.git",
"directory": "packages/docs-site"
},
"bugs": {
"url": "https://github.com/Royal-Navy/design-system/issues"
Expand Down
5 changes: 5 additions & 0 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,10 @@
"peerDependencies": {
"eslint": "^5.16.0 || ^6.1.0",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Royal-Navy/design-system.git",
"directory": "packages/eslint-config-react"
}
}
5 changes: 5 additions & 0 deletions packages/fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,10 @@
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Royal-Navy/design-system.git",
"directory": "packages/fonts"
}
}
5 changes: 5 additions & 0 deletions packages/icon-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
],
"types": "dist/types/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/Royal-Navy/design-system.git",
"directory": "packages/icon-library"
},
"scripts": {
"build": "run-s svgr exports build:es build:cjs types",
"build:es": "NODE_ENV=es babel src --out-dir \"dist/es\" --extensions \".ts,.tsx\"",
Expand Down
5 changes: 5 additions & 0 deletions packages/react-component-library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"sideEffects": false,
"author": "Royal Navy",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Royal-Navy/design-system.git",
"directory": "packages/react-component-library"
},
"scripts": {
"analyze": "webpack -p --config=webpack/analyze.js",
"build": "run-s build:es build:cjs types",
Expand Down

0 comments on commit 6e7354d

Please sign in to comment.