Skip to content

Commit

Permalink
fix: Add repository directory to all package descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Jan 31, 2024
1 parent ba49526 commit e5f36e7
Show file tree
Hide file tree
Showing 39 changed files with 90 additions and 42 deletions.
3 changes: 2 additions & 1 deletion packages/base64/package.json
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/base64/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/base64"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/bundle-source/package.json
Expand Up @@ -56,7 +56,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo"
"url": "git+https://github.com/endojs/endo",
"directory": "packages/bundle-source"
},
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/captp/package.json
Expand Up @@ -30,7 +30,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/captp"
},
"scripts": {
"build": "exit 0",
Expand Down
3 changes: 2 additions & 1 deletion packages/check-bundle/package.json
Expand Up @@ -14,7 +14,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/check-bundle#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/check-bundle"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/cjs-module-analyzer/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/cjs-module-analyzer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/cjs-module-analyzer"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/cli/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/compartment-mapper/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/compartment-mapper#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/compartment-mapper"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/daemon/package.json
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/daemon/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/daemon"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/env-options/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/env-options#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/env-options"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/errors/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/errors#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/errors"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
5 changes: 4 additions & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -31,5 +31,8 @@
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0"
"license": "Apache-2.0",
"repository": {
"directory": "packages/eslint-plugin"
}
}
3 changes: 2 additions & 1 deletion packages/evasive-transform/package.json
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/evasive-transform#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/evasive-transform"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/eventual-send/package.json
Expand Up @@ -26,7 +26,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/eventual-send"
},
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/exo/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/exo/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/exo"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/far/package.json
Expand Up @@ -23,7 +23,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/far"
},
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
18 changes: 12 additions & 6 deletions packages/import-bundle/package.json
Expand Up @@ -2,6 +2,18 @@
"name": "@endo/import-bundle",
"version": "1.0.2",
"description": "load modules created by @endo/bundle-source",
"keywords": [],
"author": "Endo contributors",
"license": "Apache-2.0",
"homepage": "https://github.com/endojs/endo/tree/master/packages/import-bundle",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/import-bundle"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
},
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
Expand Down Expand Up @@ -47,12 +59,6 @@
"*.js",
"*.ts"
],
"author": "Endo contributors",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/endojs/endo/issues"
},
"homepage": "https://github.com/endojs/endo/tree/master/packages/import-bundle",
"eslintConfig": {
"extends": [
"plugin:@endo/internal"
Expand Down
3 changes: 2 additions & 1 deletion packages/init/package.json
Expand Up @@ -48,7 +48,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/init"
},
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/lockdown/package.json
Expand Up @@ -32,7 +32,8 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/lockdown"
},
"author": "Agoric",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/lp32/package.json
Expand Up @@ -19,7 +19,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/lp32/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/lp32"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/marshal/package.json
Expand Up @@ -28,7 +28,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/marshal"
},
"keywords": [
"marshal"
Expand Down
3 changes: 2 additions & 1 deletion packages/memoize/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/memoize#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/memoize"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/nat/package.json
Expand Up @@ -16,7 +16,8 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/nat"
},
"author": "Endo contributors",
"license": "Apache-2.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/netstring/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/netstring/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/netstring"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/pass-style/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/pass-style#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/pass-style"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/patterns/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/patterns/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/patterns"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/promise-kit/package.json
Expand Up @@ -10,7 +10,8 @@
"homepage": "https://github.com/endojs/endo#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/promise-kit"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/ses-ava/package.json
Expand Up @@ -11,7 +11,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/ses-ava#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/ses-ava"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/ses-integration-test/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/Agoric/SES-shim/tree/master/packages/ses-integration-test#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Agoric/SES-shim.git"
"url": "git+https://github.com/Agoric/SES-shim.git",
"directory": "packages/ses-integration-test"
},
"bugs": {
"url": "https://github.com/Agoric/SES-shim/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/ses/package.json
Expand Up @@ -23,7 +23,8 @@
"homepage": "https://github.com/Agoric/SES-shim/tree/master/packages/ses#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/ses"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/skel/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/skel#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/skel"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/static-module-record/package.json
Expand Up @@ -13,7 +13,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/static-module-record#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/static-module-record"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/stream-node/package.json
Expand Up @@ -14,7 +14,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/stream-node#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/stream-node"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/stream-types-test/package.json
Expand Up @@ -9,7 +9,8 @@
"homepage": "https://github.com/endojs/endo/tree/master/packages/stream-types-test#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/stream-types-test"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/stream/package.json
Expand Up @@ -15,7 +15,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/stream/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/stream"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/syrup/package.json
Expand Up @@ -12,7 +12,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/syrup/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/syrup"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down
3 changes: 3 additions & 0 deletions packages/test262-runner/package.json
Expand Up @@ -25,5 +25,8 @@
"extends": [
"plugin:@endo/internal"
]
},
"repository": {
"directory": "packages/test262-runner"
}
}
3 changes: 2 additions & 1 deletion packages/where/package.json
Expand Up @@ -8,7 +8,8 @@
"homepage": "https://github.com/endojs/endo/blob/master/packages/where/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/endojs/endo.git"
"url": "git+https://github.com/endojs/endo.git",
"directory": "packages/where"
},
"bugs": {
"url": "https://github.com/endojs/endo/issues"
Expand Down

0 comments on commit e5f36e7

Please sign in to comment.