Skip to content

Commit

Permalink
chore: fix the "repository" field in every package.json (remirror#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Aug 29, 2021
1 parent bc35752 commit 427b2b1
Show file tree
Hide file tree
Showing 106 changed files with 546 additions and 117 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "remirror-monorepo",
"private": true,
"homepage": "https://github.com/remirror/remirror",
"repository": "https://github.com/remirror/remirror",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git"
},
"type": "module",
"scripts": {
"api": "node support/scripts/generate-api",
Expand Down Expand Up @@ -43,6 +46,7 @@
"fix:css": "node support/scripts/check-styles --fix",
"fix:es": "pnpm lint:es -- --fix",
"fix:exports": "node support/scripts/generate-configs --exports",
"fix:package-json": "node support/scripts/generate-configs --package-json",
"fix:md": "pnpm lint:md -- --fix",
"fix:prettier": "pnpm run:prettier -- --write",
"fix:repo": "manypkg fix",
Expand Down
6 changes: 5 additions & 1 deletion packages/a11y-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"description": "Create a singleton live region for a11y status updates",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/a11y-status",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/a11y-status"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/create-context-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
"remirror"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/create-context-state",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/create-context-state",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/create-context-state"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
8 changes: 6 additions & 2 deletions packages/docusaurus-plugin-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
"keywords": [
"remirror"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/docusaurus-plugin-examples/docusaurus-plugin-examples",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/docusaurus-plugin-examples",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/docusaurus-plugin-examples",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/docusaurus-plugin-examples"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/jest-prosemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"tests"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/jest-prosemirror",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/jest-prosemirror",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/jest-prosemirror"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/jest-remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"text editor"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/jest-remirror",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/jest-remirror",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/jest-remirror"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/multishift/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.2",
"description": "A repurposed downshift for internal use within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/multishift",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/multishift",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/multishift"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/prosemirror-paste-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.2",
"description": "Better handling of pasted content in your prosemirror editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-paste-rules",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-paste-rules",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/prosemirror-paste-rules"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/prosemirror-resizable-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
"resizable"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-resizable-view",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-resizable-view",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/prosemirror-resizable-view"
},
"license": "MIT",
"contributors": [
"Ocavue <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/prosemirror-suggest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.2",
"description": "Primitives for building your prosemirror suggestion and autocomplete functionality",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-suggest",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/prosemirror-suggest"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/prosemirror-trailing-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.2",
"description": "A trailing node plugin for the prosemirror editor.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-trailing-node",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/prosemirror-trailing-node",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/prosemirror-trailing-node"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"text editor"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>",
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.2",
"description": "The remirror cli",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__cli",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__cli",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__cli"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__core-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.0",
"description": "The core constants used throughout the remirror codebase",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-constants",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-constants",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__core-constants"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__core-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.1",
"description": "Provide helper functions for the remirror codebase, kinda like a tiny lodash",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-helpers",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__core-helpers"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__core-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.1",
"description": "Provides the core TS types for use throughout the remirror codebase",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-types",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-types",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__core-types"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.1.0",
"description": "Core utilities for dealing with the dom and prosemirror within remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-utils",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core-utils",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__core-utils"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
3 changes: 0 additions & 3 deletions packages/remirror__core/__dts__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
},
{
"path": "../../remirror__messages/src"
},
{
"path": "../../remirror__theme/src"
}
]
}
3 changes: 0 additions & 3 deletions packages/remirror__core/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
},
{
"path": "../../remirror__messages/src"
},
{
"path": "../../remirror__theme/src"
}
]
}
6 changes: 5 additions & 1 deletion packages/remirror__core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.3",
"description": "Where your quest to create a world class editing experience begins.",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__core",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__core"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
3 changes: 0 additions & 3 deletions packages/remirror__core/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
},
{
"path": "../../remirror__messages/src"
},
{
"path": "../../remirror__theme/src"
}
]
}
6 changes: 5 additions & 1 deletion packages/remirror__dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "1.0.5",
"description": "Development utilities for remirror",
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__dev",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__dev",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__dev"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__dom",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__dom",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__dom"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-annotation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-annotation",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-annotation",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-annotation"
},
"license": "MIT",
"contributors": [
"Ronny Roeller <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-bidi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-bidi",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-bidi",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-bidi"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-blockquote/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-blockquote",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-blockquote",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-blockquote"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-bold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
"text-editor"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-bold",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-bold",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-bold"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-callout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-callout",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-callout",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-callout"
},
"license": "MIT",
"contributors": [
"Will Hawker <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-code-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"editor"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-code-block",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-code-block",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-code-block"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
6 changes: 5 additions & 1 deletion packages/remirror__extension-code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"extension"
],
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-code",
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/remirror__extension-code",
"repository": {
"type": "git",
"url": "https://github.com/remirror/remirror.git",
"directory": "packages/remirror__extension-code"
},
"license": "MIT",
"contributors": [
"Ifiok Jr. <[email protected]>"
Expand Down
Loading

0 comments on commit 427b2b1

Please sign in to comment.