This adds astro/components/ and moves the Prism.astro component into there. So to use in a project you can do:
```html
---
import Prism from 'astro/components/Prism.astro';
---
<Prism lang="html" code={`<html> ... </html>`}
```
2021-04-06 15:27:42 -04:00
Renamed from prism-astro/package-lock.json (Browse further)