Skip to content

Commit 05ed0d6

Browse files
committed
chore: add missing repository attributes in new plugins package.json [force-publish]
1 parent 75a908e commit 05ed0d6

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/com.sncommunity.coffee-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/coffee-theme",
33
"version": "1.0.2",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.coffee-theme"
8+
},
49
"description": "A coffee inspired theme for Standard Notes.",
510
"author": "Passkeys",
611
"license": "GPL-3.0",

packages/com.sncommunity.dark-mint-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/dark-mint-theme",
33
"version": "1.0.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.dark-mint-theme"
8+
},
49
"description": "A dark mint theme for Standard Notes.",
510
"author": "Passkeys",
611
"license": "GPL-3.0",

packages/com.sncommunity.lights-out-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/lights-out-theme",
33
"version": "1.0.1",
4+
"repository": {
5+
"type": "git",
6+
"url": "https://github.com/standardnotes/plugins",
7+
"directory": "packages/com.sncommunity.lights-out-theme"
8+
},
49
"description": "A pitch black theme for Standard Notes.",
510
"author": "Passkeys",
611
"license": "GPL-3.0",

0 commit comments

Comments
 (0)