Fix package.json and package-lock.json metadata to match artifacts-docs project #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
package.jsonandpackage-lock.jsonfiles contained outdated metadata from the original Nextra template instead of reflecting the actual Artifacts documentation project.Changes Made
Updated package.json metadata:
namefrom"nextra-docs-template"to"artifacts-docs"descriptionfrom"Nextra docs template"to"Documentation for Artifacts, an API-based MMORPG"repository.urlfromshuding/nextra-docs-templatetoMuigetsuVB/artifacts-docsauthorfrom"Shu Ding <g@shud.in>"to"MuigetsuVB"bugs.urlandhomepageto point to the correct repositoryRegenerated package-lock.json:
Before/After
Before:
{ "name": "nextra-docs-template", "description": "Nextra docs template", "repository": { "url": "git+https://github.com/shuding/nextra-docs-template.git" }, "author": "Shu Ding <g@shud.in>" }After:
{ "name": "artifacts-docs", "description": "Documentation for Artifacts, an API-based MMORPG", "repository": { "url": "git+https://github.com/MuigetsuVB/artifacts-docs.git" }, "author": "MuigetsuVB" }Verification
npm run build)npm run dev)artifacts-docs@0.0.1instead ofnextra-docs-template@0.0.1This ensures the package metadata accurately represents the Artifacts documentation project rather than the generic Nextra template it was originally based on.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.