diff --git a/package.json b/package.json index adddc9c0..39e7f883 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,10 @@ "version": "1.0.0", "description": "", "private": true, + "repository": { + "type" : "git", + "url" : "https://github.com/codesandbox/codesandbox-importers" + }, "scripts": { "build": "yarn build:dependencies && lerna run build --scope codesandbox --scope git-converter --parallel", "build:git-extractor": "yarn build:dependencies && lerna run build --scope git-converter", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8d92b635..2a3b870c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -8,6 +8,11 @@ }, "author": "Ives van Hoorne", "license": "MIT", + "repository": { + "type" : "git", + "url" : "https://github.com/codesandbox/codesandbox-importers", + "directory": "packages/cli" + }, "scripts": { "test": "echo Done && exit 0", "test:watch": "jest --watch", @@ -15,7 +20,6 @@ "watch": "tsc --watch -p tsconfig.json", "prepublish": "yarn build" }, - "repository": "codesandbox-app/codesandbox-importers", "files": [ "lib" ], @@ -82,6 +86,5 @@ "/dist/" ], "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$" - }, - "gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41" + } } diff --git a/packages/git-extractor/package.json b/packages/git-extractor/package.json index a2594777..da084d03 100644 --- a/packages/git-extractor/package.json +++ b/packages/git-extractor/package.json @@ -4,6 +4,11 @@ "description": "", "main": "index.js", "private": true, + "repository": { + "type" : "git", + "url" : "https://github.com/codesandbox/codesandbox-importers", + "directory": "packages/git-extractor" + }, "scripts": { "build": "rimraf dist && yarn compile", "compile": "tsc", diff --git a/packages/import-utils/package.json b/packages/import-utils/package.json index 6e016e2b..b46de67c 100644 --- a/packages/import-utils/package.json +++ b/packages/import-utils/package.json @@ -1,6 +1,11 @@ { "name": "codesandbox-import-utils", "version": "2.1.9", + "repository": { + "type" : "git", + "url" : "https://github.com/codesandbox/codesandbox-importers", + "directory": "packages/import-utils" + }, "main": "lib/index.js", "files": [ "lib/**" @@ -35,6 +40,5 @@ "/dist/" ], "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$" - }, - "gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41" + } } diff --git a/packages/types/package.json b/packages/types/package.json index d9442610..280d843d 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,5 +1,9 @@ { "name": "codesandbox-import-util-types", "version": "2.1.9", - "gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41" + "repository": { + "type" : "git", + "url" : "https://github.com/codesandbox/codesandbox-importers", + "directory": "packages/types" + } }