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

chore: update repository key from a string to an object in package.json #402

Merged
merged 1 commit into from Mar 31, 2024

Conversation

yoshinorin
Copy link
Member

Why?

As is the title.

See: https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository

Log

Warning log when I run npm publish --dry-run.

$ npm publish --dry-run
npm WARN publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish "repository" was changed from a string to an object
npm WARN publish "repository.url" was normalized to "git+https://github.com/hexojs/hexo-deployer-ftpsync.git"
npm notice

Thanks :)

@coveralls
Copy link

Coverage Status

coverage: 96.873%. remained the same
when pulling 4aafe53 on chore/package-json-repository
into 4e62f87 on master.

@yoshinorin yoshinorin merged commit 96ecd1a into master Mar 31, 2024
24 checks passed
@yoshinorin yoshinorin deleted the chore/package-json-repository branch March 31, 2024 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants