Skip to content

Commit

Permalink
Update GitHub template files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2025
1 parent 229949c commit a8d01af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@starlight-spell-checker-tests/*"]
"ignore": []
}
28 changes: 14 additions & 14 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "starlight-spell-checker-docs",
"version": "0.1.0",
"license": "MIT",
"private": true,
"description": "Check your documentation for spelling mistakes; multilingual support.",
"homepage": "https://github.com/trueberryless-org/starlight-spell-checker",
"bugs": "https://github.com/trueberryless-org/starlight-spell-checker/issues",
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-spell-checker.git",
"directory": "docs"
},
"license": "MIT",
"author": "trueberryless-org",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"astro": "astro"
"start": "astro dev"
},
"dependencies": {
"@astrojs/starlight": "^0.30.3",
Expand All @@ -19,16 +27,8 @@
"sharp": "^0.33.5",
"starlight-spell-checker": "workspace:*"
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
},
"private": true,
"homepage": "https://github.com/trueberryless-org/starlight-spell-checker",
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-spell-checker.git",
"directory": "docs"
},
"bugs": "https://github.com/trueberryless-org/starlight-spell-checker/issues",
"packageManager": "[email protected]"
}
}

0 comments on commit a8d01af

Please sign in to comment.