Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(repo): Add "directory" to package.json repository fields. (#826)
  • Loading branch information
developit authored and guybedford committed Apr 30, 2021
1 parent a90583f commit 0150c55
Show file tree
Hide file tree
Showing 28 changed files with 112 additions and 28 deletions.
5 changes: 4 additions & 1 deletion packages/alias/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Define and resolve aliases for bundle dependencies",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/alias"
},
"author": "Johannes Stein",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/alias#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/auto-install/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Automatically install dependencies that are imported by a bundle",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/auto-install"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/auto-install/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/babel/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Seamless integration between Rollup and Babel.",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/babel"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/babel#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/beep/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "A Rollup plugin which beeps on errors and warnings",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/beep"
},
"author": "shellscape",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/beep",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/buble/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Compile ES2015 with buble",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/buble"
},
"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/buble/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/commonjs/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Convert CommonJS modules to ES2015",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/commonjs"
},
"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/commonjs/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/data-uri/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Import modules from Data URIs",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/data-uri"
},
"author": "shellscape",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/data-uri",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/dsv/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Convert .csv and .tsv files into JavaScript modules with d3-dsv",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/dsv"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/dsv#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/dynamic-import-vars/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Resolving dynamic imports that contain variables.",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/dynamic-import-vars"
},
"author": "LarsDenBakker",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Verify entry point and all imported files with ESLint",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/eslint"
},
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/eslint#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/graphql/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Convert .gql/.graphql files to ES6 modules",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/graphql"
},
"author": "rollup",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/graphql#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/html/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Creates HTML files to serve Rollup bundles",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/html"
},
"author": "Andrew Powell <andrew@shellscape.org>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/html#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/image/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Import JPG, PNG, GIF, SVG, and WebP files",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/image"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/image/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/inject/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Scan modules for global variables and injects `import` statements where necessary",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/inject"
},
"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/inject#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/json/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Convert .json files to ES6 modules",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/json"
},
"author": "rollup",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/json#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/legacy/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Add export statements to plain scripts",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/legacy"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/legacy/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/multi-entry/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Use multiple entry points for a bundle",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/multi-entry"
},
"author": "rollup",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/multi-entry/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/node-resolve/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Locate and bundle third-party dependencies in node_modules",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/node-resolve"
},
"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/node-resolve/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/pluginutils/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "A set of utility functions commonly used by Rollup plugins",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/pluginutils"
},
"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/pluginutils#readme",
"bugs": {
Expand Down
5 changes: 4 additions & 1 deletion packages/replace/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Replace strings in files while bundling",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/replace"
},
"author": "Rich Harris <richard.a.harris@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/replace#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/run/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Run your bundle after you've built it",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/run"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/run/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/strip/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Remove debugger statements and functions like assert.equal and console.log from your code",
"license": "MIT",
"repository": "rollup/@rollup/plugin-strip",
"repository": {
"url": "rollup/plugins",
"directory": "packages/strip"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/strip#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/sucrase/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Compile TypeScript, Flow, JSX, etc with Sucrase",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/sucrase"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/sucrase/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/typescript/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Seamless integration between Rollup and TypeScript.",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/typescript"
},
"author": "Oskar Segersvärd",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/typescript/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/url/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Import files as data-URIs or ES Modules",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/url"
},
"author": "Arpad Borsos <arpad.borsos@googlemail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/url/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/virtual/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Load virtual modules from memory",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/virtual"
},
"author": "Rich Harris",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/virtual#readme",
"bugs": "https://github.com/rollup/rollup-plugin-virtual/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/wasm/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Import WebAssembly code with Rollup",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/wasm"
},
"author": "Jamen Marz <jamenmarz+gh@gmail.com>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/wasm/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down
5 changes: 4 additions & 1 deletion packages/yaml/package.json
Expand Up @@ -6,7 +6,10 @@
},
"description": "Convert YAML files to ES6 modules",
"license": "MIT",
"repository": "rollup/plugins",
"repository": {
"url": "rollup/plugins",
"directory": "packages/yaml"
},
"author": "rollup",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/yaml/#readme",
"bugs": "https://github.com/rollup/plugins/issues",
Expand Down

0 comments on commit 0150c55

Please sign in to comment.