-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-please-config.json
42 lines (42 loc) · 1.25 KB
/
release-please-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"sequential-calls": true,
"plugins": ["node-workspace"],
"packages": {
"packages/core": {
"path": "packages/core",
"component": "@frsource/tiny-carousel-core"
},
"packages/docs": {
"component": "@frsource/tiny-carousel-docs",
"path": "packages/docs"
},
"packages/plugin-autoplay": {
"component": "@frsource/tiny-carousel-plugin-autoplay",
"path": "packages/plugin-autoplay"
},
"packages/plugin-custom-events": {
"component": "@frsource/tiny-carousel-plugin-custom-events",
"path": "packages/plugin-custom-events"
},
"packages/plugin-mouse-drag": {
"component": "@frsource/tiny-carousel-plugin-mouse-drag",
"path": "packages/plugin-mouse-drag"
},
"packages/plugin-scroll-snap-fallback": {
"component": "@frsource/tiny-carousel-plugin-scroll-snap-fallback",
"path": "packages/plugin-scroll-snap-fallback"
},
"packages/react": {
"component": "@frsource/tiny-carousel-react",
"path": "packages/react"
},
"packages/utils": {
"component": "@frsource/tiny-carousel-utils",
"path": "packages/utils"
},
"packages/vue": {
"component": "@frsource/tiny-carousel-vue",
"path": "packages/vue"
}
}
}