diff --git a/core/dev-utils/package.json b/core/dev-utils/package.json index cbca5691..eeced010 100644 --- a/core/dev-utils/package.json +++ b/core/dev-utils/package.json @@ -4,6 +4,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "core/dev-utils" + }, "files": [ "*.js", "openChrome.applescript" diff --git a/core/logger/package.json b/core/logger/package.json index ef149781..bebd7d78 100644 --- a/core/logger/package.json +++ b/core/logger/package.json @@ -4,6 +4,11 @@ "files": [ "index.js" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "core/logger" + }, "main": "index.js", "publishConfig": { "access": "public" diff --git a/core/poi/package.json b/core/poi/package.json index acd70a63..008174a9 100644 --- a/core/poi/package.json +++ b/core/poi/package.json @@ -7,6 +7,11 @@ "scripts": { "test": "jest" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "core/poi" + }, "files": [ "lib", "bin", diff --git a/core/test-utils/package.json b/core/test-utils/package.json index 3546990e..bbc96cdf 100644 --- a/core/test-utils/package.json +++ b/core/test-utils/package.json @@ -4,6 +4,11 @@ "files": [ "*.js" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "core/test-utils" + }, "publishConfig": { "access": "public" }, diff --git a/other-packages/babel-plugin-assets-named-imports/package.json b/other-packages/babel-plugin-assets-named-imports/package.json index b642edcd..56f84d13 100644 --- a/other-packages/babel-plugin-assets-named-imports/package.json +++ b/other-packages/babel-plugin-assets-named-imports/package.json @@ -3,6 +3,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "other-packages/babel-plugin-assets-named-imports" + }, "scripts": { "test": "jest --env node" }, diff --git a/other-packages/pnp-webpack-plugin/package.json b/other-packages/pnp-webpack-plugin/package.json index b8b6975e..54e136a9 100644 --- a/other-packages/pnp-webpack-plugin/package.json +++ b/other-packages/pnp-webpack-plugin/package.json @@ -4,6 +4,11 @@ "files": [ "index.js" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "other-packages/pnp-webpack-plugin" + }, "publishConfig": { "access": "public" }, diff --git a/other-packages/pwa-html-webpack-plugin/package.json b/other-packages/pwa-html-webpack-plugin/package.json index 20197f03..0bd8e679 100644 --- a/other-packages/pwa-html-webpack-plugin/package.json +++ b/other-packages/pwa-html-webpack-plugin/package.json @@ -3,6 +3,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "other-packages/pwa-html-webpack-plugin" + }, "version": "12.0.0", "main": "index.js", "files": [ diff --git a/plugins/astroturf/package.json b/plugins/astroturf/package.json index 55131a8f..563648ec 100644 --- a/plugins/astroturf/package.json +++ b/plugins/astroturf/package.json @@ -5,6 +5,11 @@ "files": [ "index.js" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/astroturf" + }, "scripts": { "test": "jest --env node" }, diff --git a/plugins/bundle-report/package.json b/plugins/bundle-report/package.json index b232ffc9..0974e7c9 100644 --- a/plugins/bundle-report/package.json +++ b/plugins/bundle-report/package.json @@ -5,6 +5,11 @@ "files": [ "index.js" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/bundle-report" + }, "publishConfig": { "access": "public" }, diff --git a/plugins/eslint/package.json b/plugins/eslint/package.json index 7d329970..f028c5d5 100644 --- a/plugins/eslint/package.json +++ b/plugins/eslint/package.json @@ -5,6 +5,11 @@ "files": [ "index.js" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/eslint" + }, "publishConfig": { "access": "public" }, diff --git a/plugins/html-entry/package.json b/plugins/html-entry/package.json index e043c302..6df43274 100644 --- a/plugins/html-entry/package.json +++ b/plugins/html-entry/package.json @@ -5,6 +5,11 @@ "files": [ "lib" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/html-entry" + }, "publishConfig": { "access": "public" }, diff --git a/plugins/karma/package.json b/plugins/karma/package.json index a8da96df..011a0c43 100644 --- a/plugins/karma/package.json +++ b/plugins/karma/package.json @@ -4,6 +4,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/karma" + }, "main": "lib/index.js", "scripts": { "example": "poi test:unit --plugin ." diff --git a/plugins/puppet/package.json b/plugins/puppet/package.json index 4d6128ea..7baf7b65 100644 --- a/plugins/puppet/package.json +++ b/plugins/puppet/package.json @@ -4,6 +4,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/puppet" + }, "main": "lib/index.js", "files": [ "lib" diff --git a/plugins/pwa/package.json b/plugins/pwa/package.json index 3921eed3..ab93cb8a 100644 --- a/plugins/pwa/package.json +++ b/plugins/pwa/package.json @@ -4,6 +4,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/pwa" + }, "main": "index.js", "files": [ "index.js" diff --git a/plugins/typescript/package.json b/plugins/typescript/package.json index a85548fd..f1472246 100644 --- a/plugins/typescript/package.json +++ b/plugins/typescript/package.json @@ -4,6 +4,11 @@ "publishConfig": { "access": "public" }, + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/typescripts" + }, "main": "index.js", "files": [ "index.js" diff --git a/plugins/vue-static/package.json b/plugins/vue-static/package.json index 4e8ac9d9..b5edc1b4 100644 --- a/plugins/vue-static/package.json +++ b/plugins/vue-static/package.json @@ -5,6 +5,11 @@ "files": [ "lib" ], + "repository": { + "type": "git", + "url": "https://github.com/egoist/poi.git", + "directory": "plugins/vue-static" + }, "scripts": { "example": "poi example/index.js -so --plugin .", "build:example": "poi example/index.js --prod --plugin ."