Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(repo): Add "directory" to package.json repository fields. #826

Merged
merged 1 commit into from
Apr 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(repo): Add "directory" to package.json repository fields.
  • Loading branch information
developit committed Mar 4, 2021
commit 01c6eff36f4ae2b4e008de6eb375d2a03f354f60
5 changes: 4 additions & 1 deletion packages/alias/package.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"homepage": "https://github.com/rollup/plugins/tree/master/packages/pluginutils#readme",
"bugs": {
Expand Down
5 changes: 4 additions & 1 deletion packages/replace/package.json
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 <[email protected]>",
"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
Original file line number Diff line number Diff line change
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