Skip to content

Commit

Permalink
Merge pull request #5643 from greysteil/package-directories
Browse files Browse the repository at this point in the history
Add directory attribute to repositories in package.json files
  • Loading branch information
ndelangen authored Feb 20, 2019
2 parents 346fd5a + 70925b9 commit 51334eb
Show file tree
Hide file tree
Showing 49 changed files with 98 additions and 49 deletions.
3 changes: 2 additions & 1 deletion addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybooks/storybook.git"
"url": "git+https://github.com/storybooks/storybook.git",
"directory": "addons/a11y"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/actions"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/backgrounds"
},
"license": "MIT",
"author": "jbaxleyiii",
Expand Down
3 changes: 2 additions & 1 deletion addons/centered/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/centered"
},
"license": "MIT",
"author": "Muhammed Thanish <mnmtanish@gmail.com>",
Expand Down
3 changes: 2 additions & 1 deletion addons/cssresources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/cssresources"
},
"license": "MIT",
"author": "nm123github",
Expand Down
3 changes: 2 additions & 1 deletion addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/events"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/google-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/google-analytics"
},
"license": "MIT",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion addons/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/graphql"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/info"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/jest"
},
"license": "MIT",
"author": "Renaud Tertrais <renaud.tertrais@gmail.com> (https://github.com/renaudtertrais)",
Expand Down
3 changes: 2 additions & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/knobs"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/links"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/notes"
},
"license": "MIT",
"main": "dist/public_api.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/ondevice-backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/ondevice-backgrounds"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/ondevice-knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/ondevice-knobs"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/ondevice-notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/ondevice-notes"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/options"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/storyshots/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/storyshots/storyshots-core"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/storyshots/storyshots-puppeteer"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/storysource"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion addons/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "addons/viewport"
},
"license": "MIT",
"main": "preview.js",
Expand Down
3 changes: 2 additions & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/angular"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/ember"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/html"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/marko/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/marko"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/mithril/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/mithril"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/polymer"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/preact"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/react-native"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/react"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/riot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/riot"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/svelte"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "app/vue"
},
"license": "MIT",
"main": "dist/client/index.js",
Expand Down
3 changes: 2 additions & 1 deletion examples/marko-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "Demo of how to build an app using marko-starter",
"repository": {
"type": "git",
"url": "https://github.com/marko-js-samples/marko-starter-demo"
"url": "https://github.com/marko-js-samples/marko-starter-demo",
"directory": "examples/marko-cli"
},
"license": "MIT",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion lib/addons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "lib/addons"
},
"license": "MIT",
"main": "dist/public_api.js",
Expand Down
3 changes: 2 additions & 1 deletion lib/channel-postmessage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "lib/channel-postmessage"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion lib/channel-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "lib/channel-websocket"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion lib/channels/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "lib/channels"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
3 changes: 2 additions & 1 deletion lib/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "lib/cli"
},
"license": "MIT",
"author": "Storybook Team",
Expand Down
3 changes: 2 additions & 1 deletion lib/client-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"repository": {
"type": "git",
"url": "https://github.com/storybooks/storybook.git"
"url": "https://github.com/storybooks/storybook.git",
"directory": "lib/client-api"
},
"license": "MIT",
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 51334eb

Please sign in to comment.