summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-04-08 15:17:00 -0400
committerGravatar GitHub <noreply@github.com> 2021-04-08 15:17:00 -0400
commit72ae661e9e6f7b32adf9e6a47cdc6352dfa2a27d (patch)
tree3bc185025ee58360d05e509eb0873d796e9cb7a5 /package.json
parent2b346d7a4c08b2c6ab6276751a8a984ba050656f (diff)
downloadastro-72ae661e9e6f7b32adf9e6a47cdc6352dfa2a27d.tar.gz
astro-72ae661e9e6f7b32adf9e6a47cdc6352dfa2a27d.tar.zst
astro-72ae661e9e6f7b32adf9e6a47cdc6352dfa2a27d.zip
Add support for syntax highlighting of code blocks (#65)
* Add support for syntax highlighting of code blocks * Escape usage of backtick strings * Add workspace root for snowpack * Use prismjs/components as an external module
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 206a8c084..e221e8642 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"files": [
"components",
"lib",
- "prism-astro"
+ "astro-prism"
],
"scripts": {
"build": "tsc",