Skip to content

Commit 429d4a7

Browse files
committed
chore: add repository field to package.json files [force-publish]
1 parent aacdad8 commit 429d4a7

File tree

20 files changed

+97
-2
lines changed

20 files changed

+97
-2
lines changed

cdn/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@standardnotes/community-cdn",
33
"version": "0.15.31",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "cdn"
8+
},
49
"license": "AGPL-3.0-or-later",
510
"author": "Standard Notes Community",
611
"publishConfig": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"private": true,
55
"repository": {
66
"type": "git",
7-
"url": "git://github.com/standardnotes/plugins"
7+
"url": "https://github.com/standardnotes/plugins"
88
},
99
"workspaces": {
1010
"packages": [
1111
"packages/*",
1212
"cdn"
1313
]
1414
},
15-
"scripts": {
15+
"scripts": {
1616
"build": "yarn workspaces foreach --verbose --interlaced -pt --topological-dev --jobs 10 run build",
1717
"clean": "lerna run clean",
1818
"release": "lerna version --conventional-commits --yes -m \"chore(release): publish\"",

packages/com.sncommunity.advanced-checklist/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@standardnotes/advanced-checklist",
33
"version": "0.5.20",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.advanced-checklist"
8+
},
49
"description": "A task editor with grouping functionality.",
510
"keywords": [
611
"Standard Notes",

packages/com.sncommunity.bold-editor/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"access": "public"
55
},
66
"version": "1.7.10",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/standardnotes/plugins",
10+
"directory": "packages/com.sncommunity.bold-editor"
11+
},
712
"description": "A simple and peaceful rich editor that helps you write and think clearly.",
813
"main": "dist/dist.js",
914
"author": "Standard Notes Retired",

packages/com.sncommunity.dracula-theme/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@standardnotes/dracula-theme",
33
"version": "1.2.2",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.dracula-theme"
8+
},
49
"main": "dist/dist.css",
510
"author": "Standard Notes",
611
"publishConfig": {

packages/com.sncommunity.markdown-basic/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"access": "public"
55
},
66
"version": "1.7.11",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/standardnotes/plugins",
10+
"directory": "packages/com.sncommunity.markdown-basic"
11+
},
712
"main": "dist/dist.js",
813
"author": "Standard Notes Community",
914
"description": "A Markdown editor with dynamic split-pane preview.",

packages/com.sncommunity.markdown-math/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"access": "public"
55
},
66
"version": "1.5.11",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/standardnotes/plugins",
10+
"directory": "packages/com.sncommunity.markdown-math"
11+
},
712
"description": "A beautiful split-pane Markdown editor with synced-scroll, LaTeX support, and colorful syntax.",
813
"main": "index.js",
914
"scripts": {

packages/com.sncommunity.markdown-monospace/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@standardnotes/markdown-monospace",
33
"version": "1.1.3",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.markdown-monospace"
8+
},
49
"main": "dist/dist.css",
510
"author": "DanielNetoP",
611
"description": "Ability to toggle monospace font for Markdown, Minimal Markdown, and Basic Markdown plugins.",

packages/com.sncommunity.markdown-visual/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"name": "@standardnotes/markdown-visual",
33
"version": "1.4.14",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.markdown-visual"
8+
},
49
"author": "Standard Notes Community",
510
"description": "A WYSIWYG-style Markdown editor that renders Markdown in preview-mode while you type without displaying any syntax.",
611
"keywords": [

packages/com.sncommunity.minimal-markdown/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"access": "public"
55
},
66
"version": "1.4.11",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/standardnotes/plugins",
10+
"directory": "packages/com.sncommunity.minimal-markdown"
11+
},
712
"description": "A minimal Markdown editor with live rendering and in-text search via Ctrl/Cmd + F",
813
"author": "Standard Notes Community",
914
"main": "dist/dist.js",

0 commit comments

Comments
 (0)