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 963e9db commit e9464dd
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
12 changes: 6 additions & 6 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css"
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css"
}
42 changes: 21 additions & 21 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "catalog:",
"@astrojs/starlight": "catalog:",
"astro": "catalog:",
"sharp": "catalog:",
"starlight-minimalistic-theme": "workspace:*",
"starlight-package-managers": "^0.8.0",
"typescript": "catalog:"
},
"packageManager": "[email protected]"
"name": "docs",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "catalog:",
"@astrojs/starlight": "catalog:",
"astro": "catalog:",
"sharp": "catalog:",
"starlight-minimalistic-theme": "workspace:*",
"starlight-package-managers": "^0.8.0",
"typescript": "catalog:"
},
"packageManager": "[email protected]"
}
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "starlight-minimalistic-theme-monorepo",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/trueberryless-org/starlight-minimalistic-theme",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme.git"
},
"license": "MIT",
"author": "trueberryless <[email protected]> (https://trueberryless.org)",
"scripts": {
"build": "pnpm --filter docs build",
"ci:publish": "pnpm publish -r",
"ci:version": "pnpm changeset version",
"dev": "pnpm --filter docs dev",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11"
},
"packageManager": "[email protected]"
"name": "starlight-minimalistic-theme-monorepo",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/trueberryless-org/starlight-minimalistic-theme",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-minimalistic-theme.git"
},
"license": "MIT",
"author": "trueberryless <[email protected]> (https://trueberryless.org)",
"scripts": {
"build": "pnpm --filter docs build",
"ci:publish": "pnpm publish -r",
"ci:version": "pnpm changeset version",
"dev": "pnpm --filter docs dev",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11"
},
"packageManager": "[email protected]"
}

0 comments on commit e9464dd

Please sign in to comment.