Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add repository.directory field to all package.json files #1595

Merged
merged 1 commit into from
Mar 11, 2019

Conversation

merlinnot
Copy link
Contributor

@merlinnot merlinnot commented Mar 11, 2019

npm supports links to package.json files that are not in a root of a repostiory by supplying directory field in repository, see https://docs.npmjs.com/files/package.json.html#repository

"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk/tree/master/packages/app"
"url": "https://github.com/firebase/firebase-js-sdk.git",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this trailing comma is causing issues with the CI tests

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

npm supports links to `package.json` files that are not in a root of
a repostiory by supplying `directory` field in `repository`, see
https://docs.npmjs.com/files/package.json.html#repository
@merlinnot merlinnot force-pushed the merlinnot/repository-directory branch from fc23955 to 19d6899 Compare March 11, 2019 20:38
@Feiyang1 Feiyang1 self-assigned this Mar 11, 2019
@Feiyang1
Copy link
Member

LGTM. Thank you very much for contributing! 👍

@Feiyang1 Feiyang1 merged commit 0c9badf into firebase:master Mar 11, 2019
@merlinnot merlinnot deleted the merlinnot/repository-directory branch March 11, 2019 21:26
@firebase firebase locked and limited conversation to collaborators Oct 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants