diff --git a/apify-docs-theme/package.json b/apify-docs-theme/package.json index 7665795f1..183d53f13 100644 --- a/apify-docs-theme/package.json +++ b/apify-docs-theme/package.json @@ -8,6 +8,10 @@ "types", "static" ], + "repository": { + "type": "git", + "url": "git+https://github.com/apify/apify-docs.git" + }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "echo 'Building @apify/docs-theme!'" diff --git a/package-lock.json b/package-lock.json index 1a1010d16..f88d74e38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ }, "apify-docs-theme": { "name": "@apify/docs-theme", - "version": "1.0.222", + "version": "1.0.223", "license": "ISC", "dependencies": { "@apify/docs-search-modal": "^1.3.3",