Skip to content

Commit

Permalink
Merge pull request #1123 from st3phhays/choco-astro/next
Browse files Browse the repository at this point in the history
(#1124) Upgrade choco-astro to 0.2.0
  • Loading branch information
alexaveldanez authored Jan 24, 2025
2 parents 69c7f32 + 3b70ecd commit d93ff69
Show file tree
Hide file tree
Showing 4 changed files with 1,585 additions and 1,506 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"choco-theme": "npx --quiet ts-node --skipIgnore node_modules/choco-theme/build/choco-theme.ts --repository=docs"
},
"dependencies": {
"choco-astro": "0.1.3",
"choco-astro": "0.2.0",
"choco-theme": "0.8.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ highlight:
ctaText: Read the release notes
showOnHome: true
showOnHighlights: true
---
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
"@choco/components/*": ["node_modules/choco-astro/src/components/*"],
"@content/*": ["src/content/*"],
"@components/*": ["src/components/*"],
"@config": ["src/config.ts"],
"@layouts/*": ["src/layouts/*"],
"@root/*": ["./*"],
"@styles/*": ["src/styles/*"],
"@scripts/*": ["src/scripts/*"]
}
}
}
}
Loading

0 comments on commit d93ff69

Please sign in to comment.