Skip to content

Commit 51334eb

Browse files
authored
Merge pull request #5643 from greysteil/package-directories
Add directory attribute to repositories in package.json files
2 parents 346fd5a + 70925b9 commit 51334eb

File tree

49 files changed

+98
-49
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+98
-49
lines changed

addons/a11y/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "git+https://github.com/storybooks/storybook.git"
19+
"url": "git+https://github.com/storybooks/storybook.git",
20+
"directory": "addons/a11y"
2021
},
2122
"license": "MIT",
2223
"main": "dist/index.js",

addons/actions/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "addons/actions"
1516
},
1617
"license": "MIT",
1718
"main": "dist/index.js",

addons/backgrounds/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/storybooks/storybook.git"
17+
"url": "https://github.com/storybooks/storybook.git",
18+
"directory": "addons/backgrounds"
1819
},
1920
"license": "MIT",
2021
"author": "jbaxleyiii",

addons/centered/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/centered"
1617
},
1718
"license": "MIT",
1819
"author": "Muhammed Thanish <[email protected]>",

addons/cssresources/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/storybooks/storybook.git"
17+
"url": "https://github.com/storybooks/storybook.git",
18+
"directory": "addons/cssresources"
1819
},
1920
"license": "MIT",
2021
"author": "nm123github",

addons/events/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/storybooks/storybook.git"
17+
"url": "https://github.com/storybooks/storybook.git",
18+
"directory": "addons/events"
1819
},
1920
"license": "MIT",
2021
"main": "dist/index.js",

addons/google-analytics/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/google-analytics"
1617
},
1718
"license": "MIT",
1819
"scripts": {

addons/graphql/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/graphql"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/info/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/info"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/jest/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/storybooks/storybook.git"
20+
"url": "https://github.com/storybooks/storybook.git",
21+
"directory": "addons/jest"
2122
},
2223
"license": "MIT",
2324
"author": "Renaud Tertrais <[email protected]> (https://github.com/renaudtertrais)",

addons/knobs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/knobs"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/links/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/links"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/notes/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/storybooks/storybook.git"
16+
"url": "https://github.com/storybooks/storybook.git",
17+
"directory": "addons/notes"
1718
},
1819
"license": "MIT",
1920
"main": "dist/public_api.js",

addons/ondevice-backgrounds/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/storybooks/storybook.git"
17+
"url": "https://github.com/storybooks/storybook.git",
18+
"directory": "addons/ondevice-backgrounds"
1819
},
1920
"license": "MIT",
2021
"main": "dist/index.js",

addons/ondevice-knobs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "addons/ondevice-knobs"
1516
},
1617
"license": "MIT",
1718
"main": "dist/index.js",

addons/ondevice-notes/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/storybooks/storybook.git"
12+
"url": "https://github.com/storybooks/storybook.git",
13+
"directory": "addons/ondevice-notes"
1314
},
1415
"license": "MIT",
1516
"main": "dist/index.js",

addons/options/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/options"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/storyshots/storyshots-core/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/storyshots/storyshots-core"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/storyshots/storyshots-puppeteer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/storyshots/storyshots-puppeteer"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/storysource/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/storysource"
1617
},
1718
"license": "MIT",
1819
"main": "dist/index.js",

addons/viewport/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/storybooks/storybook.git"
15+
"url": "https://github.com/storybooks/storybook.git",
16+
"directory": "addons/viewport"
1617
},
1718
"license": "MIT",
1819
"main": "preview.js",

app/angular/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/angular"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/ember/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/storybooks/storybook.git"
11+
"url": "https://github.com/storybooks/storybook.git",
12+
"directory": "app/ember"
1213
},
1314
"license": "MIT",
1415
"main": "dist/client/index.js",

app/html/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/html"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/marko/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/marko"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/mithril/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/mithril"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/polymer/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/polymer"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/preact/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/preact"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/react-native/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/storybooks/storybook.git"
16+
"url": "https://github.com/storybooks/storybook.git",
17+
"directory": "app/react-native"
1718
},
1819
"license": "MIT",
1920
"main": "dist/index.js",

app/react/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/react"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/riot/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/riot"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/svelte/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/svelte"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

app/vue/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "app/vue"
1516
},
1617
"license": "MIT",
1718
"main": "dist/client/index.js",

examples/marko-cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"description": "Demo of how to build an app using marko-starter",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/marko-js-samples/marko-starter-demo"
8+
"url": "https://github.com/marko-js-samples/marko-starter-demo",
9+
"directory": "examples/marko-cli"
910
},
1011
"license": "MIT",
1112
"scripts": {

lib/addons/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "lib/addons"
1516
},
1617
"license": "MIT",
1718
"main": "dist/public_api.js",

lib/channel-postmessage/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "lib/channel-postmessage"
1516
},
1617
"license": "MIT",
1718
"main": "dist/index.js",

lib/channel-websocket/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "lib/channel-websocket"
1516
},
1617
"license": "MIT",
1718
"main": "dist/index.js",

lib/channels/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "lib/channels"
1516
},
1617
"license": "MIT",
1718
"main": "dist/index.js",

lib/cli/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/storybooks/storybook.git"
16+
"url": "https://github.com/storybooks/storybook.git",
17+
"directory": "lib/cli"
1718
},
1819
"license": "MIT",
1920
"author": "Storybook Team",

lib/client-api/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/storybooks/storybook.git"
14+
"url": "https://github.com/storybooks/storybook.git",
15+
"directory": "lib/client-api"
1516
},
1617
"license": "MIT",
1718
"main": "dist/index.js",

0 commit comments

Comments
 (0)