Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit e199153

Browse files
author
Andrew Luca
authored
chore: add repository.directory for all packages (#1207)
1 parent fd21321 commit e199153

File tree

36 files changed

+75
-35
lines changed

36 files changed

+75
-35
lines changed

cli/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"start": "node dist/index.js",
88
"build": "rimraf dist && node ./esbuild.js"
99
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/deckgo/deckdeckgo.git",
13+
"directory": "cli"
14+
},
1015
"files": [
1116
"dist/index.js",
1217
"README.md",

utils/deck/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/deckgo/deckdeckgo.git"
9+
"url": "git://github.com/deckgo/deckdeckgo.git",
10+
"directory": "utils/deck"
1011
},
1112
"bugs": {
1213
"url": "https://github.com/deckgo/deckdeckgo"

utils/kit/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git://github.com/deckgo/deckdeckgo.git"
21+
"url": "git://github.com/deckgo/deckdeckgo.git",
22+
"directory": "utils/kit"
2223
},
2324
"bugs": {
2425
"url": "https://github.com/deckgo/deckdeckgo"

utils/remote/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/deckgo/deckdeckgo.git"
9+
"url": "git://github.com/deckgo/deckdeckgo.git",
10+
"directory": "utils/remote"
1011
},
1112
"homepage": "https://deckdeckgo.com",
1213
"devDependencies": {

utils/slide/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/deckgo/deckdeckgo.git"
9+
"url": "git://github.com/deckgo/deckdeckgo.git",
10+
"directory": "utils/slide"
1011
},
1112
"bugs": {
1213
"url": "https://github.com/deckgo/deckdeckgo"

utils/types/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/deckgo/deckdeckgo-types.git"
9+
"url": "git://github.com/deckgo/deckdeckgo-types.git",
10+
"directory": "utils/types"
1011
},
1112
"homepage": "https://deckdeckgo.com",
1213
"devDependencies": {

utils/utils/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"repository": {
88
"type": "git",
9-
"url": "git://github.com/deckgo/deckdeckgo.git"
9+
"url": "git://github.com/deckgo/deckdeckgo.git",
10+
"directory": "utils/utils"
1011
},
1112
"homepage": "https://deckdeckgo.com",
1213
"devDependencies": {

webcomponents/charts/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
},
5454
"repository": {
5555
"type": "git",
56-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
56+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
57+
"directory": "webcomponents/charts"
5758
},
5859
"author": "David Dal Busco",
5960
"license": "MIT",

webcomponents/color/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"license": "MIT",
3636
"repository": {
3737
"type": "git",
38-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
38+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
39+
"directory": "webcomponents/color"
3940
},
4041
"author": "David Dal Busco",
4142
"bugs": {

webcomponents/core/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
41+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
42+
"directory": "webcomponents/core"
4243
},
4344
"author": "David Dal Busco",
4445
"license": "MIT",

webcomponents/demo/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",
44-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
44+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
45+
"directory": "webcomponents/demo"
4546
},
4647
"author": "David Dal Busco",
4748
"bugs": {

webcomponents/drag-resize-rotate/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"license": "MIT",
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
45+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
46+
"directory": "webcomponents/drag-resize-rotate"
4647
},
4748
"author": "David Dal Busco",
4849
"bugs": {

webcomponents/highlight-code/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
45+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
46+
"directory": "webcomponents/highlight-code"
4647
},
4748
"author": "David Dal Busco",
4849
"license": "MIT",

webcomponents/inline-editor/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
41+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
42+
"directory": "webcomponents/inline-editor"
4243
},
4344
"author": "David Dal Busco",
4445
"license": "MIT",

webcomponents/laser-pointer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
38+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
39+
"directory": "webcomponents/laser-pointer"
3940
},
4041
"author": "David Dal Busco",
4142
"license": "MIT",

webcomponents/lazy-img/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
39+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
40+
"directory": "webcomponents/lazy-img"
4041
},
4142
"author": "David Dal Busco",
4243
"license": "MIT",

webcomponents/markdown/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
},
4141
"repository": {
4242
"type": "git",
43-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
43+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
44+
"directory": "webcomponents/markdown"
4445
},
4546
"author": "Christian Petro",
4647
"license": "MIT",

webcomponents/math/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"license": "MIT",
4040
"repository": {
4141
"type": "git",
42-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
42+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
43+
"directory": "webcomponents/math"
4344
},
4445
"author": "Akash Borad",
4546
"bugs": {

webcomponents/pager/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"license": "MIT",
3636
"repository": {
3737
"type": "git",
38-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
38+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
39+
"directory": "webcomponents/pager"
3940
},
4041
"author": "David Dal Busco",
4142
"bugs": {

webcomponents/qrcode/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "git+https://github.com/deckgo/deckdeckgo-qrcode.git"
38+
"url": "git+https://github.com/deckgo/deckdeckgo-qrcode.git",
39+
"directory": "webcomponents/qrcode"
3940
},
4041
"author": "David Dal Busco",
4142
"license": "MIT",

webcomponents/remote/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
},
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/deckgo/deckdeckgo-remote.git"
46+
"url": "git+https://github.com/deckgo/deckdeckgo-remote.git",
47+
"directory": "webcomponents/remote"
4748
},
4849
"author": "David Dal Busco",
4950
"license": "MIT",

webcomponents/reveal/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
},
3535
"repository": {
3636
"type": "git",
37-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
37+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
38+
"directory": "webcomponents/reveal"
3839
},
3940
"author": "David Dal Busco",
4041
"license": "MIT",

webcomponents/slides/aspect-ratio/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
40+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
41+
"directory": "webcomponents/slides/aspect-ratio"
4142
},
4243
"author": "David Dal Busco",
4344
"license": "MIT",

webcomponents/slides/author/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
40+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
41+
"directory": "webcomponents/slides/author"
4142
},
4243
"author": "David Dal Busco",
4344
"license": "MIT",

webcomponents/slides/chart/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
40+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
41+
"directory": "webcomponents/slides/chart"
4142
},
4243
"author": "David Dal Busco",
4344
"license": "MIT",

webcomponents/slides/content/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
39+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
40+
"directory": "webcomponents/slides/content"
4041
},
4142
"author": "David Dal Busco",
4243
"license": "MIT",

webcomponents/slides/gif/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
39+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
40+
"directory": "webcomponents/slides/gif"
4041
},
4142
"author": "David Dal Busco",
4243
"license": "MIT",

webcomponents/slides/playground/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
45+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
46+
"directory": "webcomponents/slides/playground"
4647
},
4748
"author": "David Dal Busco",
4849
"license": "MIT",

webcomponents/slides/poll/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
},
4646
"repository": {
4747
"type": "git",
48-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
48+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
49+
"directory": "webcomponents/slides/poll"
4950
},
5051
"author": "David Dal Busco",
5152
"license": "MIT",

webcomponents/slides/qrcode/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
40+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
41+
"directory": "webcomponents/slides/qrcode"
4142
},
4243
"author": "David Dal Busco",
4344
"license": "MIT",

webcomponents/slides/split/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
39+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
40+
"directory": "webcomponents/slides/split"
4041
},
4142
"author": "David Dal Busco",
4243
"license": "MIT",

webcomponents/slides/title/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
},
3737
"repository": {
3838
"type": "git",
39-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
39+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
40+
"directory": "webcomponents/slides/title"
4041
},
4142
"author": "David Dal Busco",
4243
"license": "MIT",

webcomponents/slides/youtube/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
40+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
41+
"directory": "webcomponents/slides/youtube"
4142
},
4243
"author": "David Dal Busco",
4344
"license": "MIT",

webcomponents/social/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",
44-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
44+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
45+
"directory": "webcomponents/social"
4546
},
4647
"author": "David Dal Busco",
4748
"bugs": {

webcomponents/word-cloud/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
45+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
46+
"directory": "webcomponents/word-cloud"
4647
},
4748
"author": "Achilles Moraites",
4849
"bugs": {

webcomponents/youtube/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",
44-
"url": "git+https://github.com/deckgo/deckdeckgo.git"
44+
"url": "git+https://github.com/deckgo/deckdeckgo.git",
45+
"directory": "webcomponents/youtube"
4546
},
4647
"author": "David Dal Busco",
4748
"bugs": {

0 commit comments

Comments
 (0)