diff options
author | 2022-08-02 15:53:18 -0400 | |
---|---|---|
committer | 2022-08-02 15:53:18 -0400 | |
commit | 64432bcb873efd0e4297c00fc9583a1fe516dfe7 (patch) | |
tree | 898016f7ad3cc617688f085ab114adb284dbd078 /packages/astro-prism/index.js | |
parent | 59aa8d4283403f584a805c15bc5455b6cf66887c (diff) | |
download | astro-64432bcb873efd0e4297c00fc9583a1fe516dfe7.tar.gz astro-64432bcb873efd0e4297c00fc9583a1fe516dfe7.tar.zst astro-64432bcb873efd0e4297c00fc9583a1fe516dfe7.zip |
Refactor @astrojs/prism, fix Prism component import not working (#4114)
* Upgrade @astrojs/prism to a real package, fix component import not working
* Remove `@astrojs/prism` as a dependency of `astro`
* Update lock file
* Refactor to multiple files
* Oops, can't have astro imports run inside node
* Follow Nate's suggestion on being minors instead of patchs
* Update lockfile
Diffstat (limited to 'packages/astro-prism/index.js')
-rw-r--r-- | packages/astro-prism/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro-prism/index.js b/packages/astro-prism/index.js deleted file mode 100644 index 99293ed80..000000000 --- a/packages/astro-prism/index.js +++ /dev/null @@ -1 +0,0 @@ -export { default as Prism } from './Prism.astro'; |