Skip to content

Commit

Permalink
update starlight
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi committed Jun 7, 2023
1 parent cb5db5e commit bb189ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
"astro": "astro",
"update": "npm install @astrojs/starlight@latest"
},
"dependencies": {
"@astrojs/starlight": "^0.1.0",
"@astrojs/starlight": "^0.1.1",
"astro": "^2.5.0"
}
}
}

0 comments on commit bb189ca

Please sign in to comment.