Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Update package.json to include the repository #819

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions core/dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions core/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions core/poi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/egoist/poi.git",
"directory": "core/poi"
},
"files": [
"lib",
"bin",
Expand Down
5 changes: 5 additions & 0 deletions core/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"files": [
"*.js"
],
"repository": {
"type": "git",
"url": "https://github.com/egoist/poi.git",
"directory": "core/test-utils"
},
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 5 additions & 0 deletions other-packages/babel-plugin-assets-named-imports/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
5 changes: 5 additions & 0 deletions other-packages/pnp-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
5 changes: 5 additions & 0 deletions other-packages/pwa-html-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
5 changes: 5 additions & 0 deletions plugins/astroturf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
5 changes: 5 additions & 0 deletions plugins/bundle-report/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/egoist/poi.git",
"directory": "plugins/bundle-report"
},
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 5 additions & 0 deletions plugins/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/egoist/poi.git",
"directory": "plugins/eslint"
},
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 5 additions & 0 deletions plugins/html-entry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/egoist/poi.git",
"directory": "plugins/html-entry"
},
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 5 additions & 0 deletions plugins/karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
Expand Down
5 changes: 5 additions & 0 deletions plugins/puppet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions plugins/pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions plugins/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions plugins/vue-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
Expand Down