Skip to content

Commit

Permalink
Fix package.json repository fields in 3 packages (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Feb 28, 2020
1 parent f1477a8 commit e7beb86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"serve:host": "http-server -c-1 test-app",
"prepare": "yarn build"
},
"repository": {
"directory": "packages/installations",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"rollup": "1.28.0",
"rollup-plugin-commonjs": "10.1.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/performance-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
"typescript": "3.8.2"
},
"repository": {
"directory": "packages/performance-types",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk/tree/master/packages/performance-types"
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down
3 changes: 2 additions & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@
"typescript": "3.8.2"
},
"repository": {
"directory": "packages/performance",
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk/tree/master/packages/performance"
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
Expand Down

0 comments on commit e7beb86

Please sign in to comment.