diff --git a/workspaces/doca-default-theme/package.json b/workspaces/doca-default-theme/package.json index 51ad2a2..db21c5f 100644 --- a/workspaces/doca-default-theme/package.json +++ b/workspaces/doca-default-theme/package.json @@ -14,6 +14,11 @@ "test": "jest --coverage", "clean": "rimraf build" }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/doca-default-theme" + }, "files": [ "styles", "build" diff --git a/workspaces/doca/package.json b/workspaces/doca/package.json index eca0de0..59430f6 100644 --- a/workspaces/doca/package.json +++ b/workspaces/doca/package.json @@ -14,6 +14,11 @@ "scripts": { "test": "jest --coverage" }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/doca" + }, "files": [ "app", "example-schemas", diff --git a/workspaces/json-hyper-schema/package.json b/workspaces/json-hyper-schema/package.json index 3751636..55ad69b 100644 --- a/workspaces/json-hyper-schema/package.json +++ b/workspaces/json-hyper-schema/package.json @@ -11,6 +11,11 @@ "scripts": { "test": "jest --coverage" }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/json-hyper-schema" + }, "dependencies": { "uri-templates": "^0.2.0" }, diff --git a/workspaces/json-schema-apidoc-loader/package.json b/workspaces/json-schema-apidoc-loader/package.json index 8622a23..ab81fb6 100644 --- a/workspaces/json-schema-apidoc-loader/package.json +++ b/workspaces/json-schema-apidoc-loader/package.json @@ -11,6 +11,11 @@ "scripts": { "test": "jest --coverage" }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/json-schema-apidoc-loader" + }, "files": [ "lib" ], diff --git a/workspaces/json-schema-ref-loader/package.json b/workspaces/json-schema-ref-loader/package.json index a1f1a94..2b7d2ce 100644 --- a/workspaces/json-schema-ref-loader/package.json +++ b/workspaces/json-schema-ref-loader/package.json @@ -11,6 +11,11 @@ "scripts": { "test": "jest --coverage" }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/json-schema-ref-loader" + }, "files": [ "lib" ], diff --git a/workspaces/json-schema-transform/package.json b/workspaces/json-schema-transform/package.json index 8ca1cb4..829a5c7 100644 --- a/workspaces/json-schema-transform/package.json +++ b/workspaces/json-schema-transform/package.json @@ -17,6 +17,11 @@ "/fixtures/" ] }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/json-schema-transform" + }, "dependencies": { "@cloudflare/json-schema-walker": "^0.1.1", "json-schema-ref-parser": "^3.0.2", diff --git a/workspaces/json-schema-walker/package.json b/workspaces/json-schema-walker/package.json index 08b3708..e47dff5 100644 --- a/workspaces/json-schema-walker/package.json +++ b/workspaces/json-schema-walker/package.json @@ -8,6 +8,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/cloudflare/json-schema-tools.git", + "directory": "workspaces/json-schema-walker" + }, "scripts": { "test": "jest --coverage" },