Skip to content

Commit

Permalink
Make docs a private package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Dec 22, 2024
1 parent eaa6f67 commit 1f1a84b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "docs",
"type": "module",
"version": "0.0.2-beta.0",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
Expand All @@ -12,7 +13,7 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/starlight": "^0.30.0",
"@domain-expansion/astro": "workspace:0.1.0-beta.0",
"@domain-expansion/astro": "workspace:^",
"astro": "^5.0.2",
"sharp": "^0.32.5",
"starlight-image-zoom": "^0.9.0",
Expand Down

0 comments on commit 1f1a84b

Please sign in to comment.