Skip to content

Commit

Permalink
Add repo to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Dec 5, 2023
1 parent a1dd868 commit 2d8ced9
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/application-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/apputils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/channels-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/home-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/jobs-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/login-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/menu-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/search-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions packages/user-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"files": [
"lib/*.d.ts",
"lib/*.js.map",
Expand Down
4 changes: 4 additions & 0 deletions quetz_frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "@quetz-frontend/main-app",
"version": "0.4.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/mamba-org/quetz-frontend.git"
},
"scripts": {
"build": "yarn run clean && webpack",
"build:dev": "yarn run build",
Expand Down

0 comments on commit 2d8ced9

Please sign in to comment.