forked from remirror/remirror
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix the "repository" field in every package.json (remirror#1179)
- Loading branch information
Showing
106 changed files
with
546 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,6 @@ | |
}, | ||
{ | ||
"path": "../../remirror__messages/src" | ||
}, | ||
{ | ||
"path": "../../remirror__theme/src" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,9 +51,6 @@ | |
}, | ||
{ | ||
"path": "../../remirror__messages/src" | ||
}, | ||
{ | ||
"path": "../../remirror__theme/src" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,6 @@ | |
}, | ||
{ | ||
"path": "../../remirror__messages/src" | ||
}, | ||
{ | ||
"path": "../../remirror__theme/src" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>" | ||
|
Oops, something went wrong.