astro/packages
Matthew Phillips 50e6f491ad
Use npm package names to load internal deps (#294)
* Use npm package names to load internal deps

This is necessary so that published Astro components work. These components will be built by esinstall and therefore they cannot rely on `_astro_internal`. The fix is to use npm specifiers everywhere.

* Move most of frontend to internal

* Mark astro/internal/markdown.js as external

* Move markdown stuff to its own package

This moves the markdown stuff to its own package so that we can externalize it in the markdown component.

* Add the changeset
2021-06-04 14:19:01 -04:00
..
astro Use npm package names to load internal deps (#294) 2021-06-04 14:19:01 -04:00
astro-parser Version Packages (#291) 2021-06-02 13:51:43 -04:00
astro-prism [wip] Fix CI (#202) 2021-05-12 12:06:16 -06:00
create-astro Increment create-astro version 2021-06-02 13:53:28 -04:00
markdown-support Use npm package names to load internal deps (#294) 2021-06-04 14:19:01 -04:00
renderers Version Packages (#285) 2021-06-02 12:49:05 -04:00