summaryrefslogtreecommitdiff
path: root/packages/astro-parser
diff options
context:
space:
mode:
authorGravatar Matthew Phillips <matthew@matthewphillips.info> 2021-06-07 16:05:13 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-07 16:05:13 -0400
commit5cc90f9dc1dfb52ac7fe0781682b2cc8acf2543d (patch)
tree52040facc09f55f67e4b79edadc42f50fd7f1ec0 /packages/astro-parser
parentcc532cddde058f381cb9c115fc2945833601f905 (diff)
downloadastro-5cc90f9dc1dfb52ac7fe0781682b2cc8acf2543d.tar.gz
astro-5cc90f9dc1dfb52ac7fe0781682b2cc8acf2543d.tar.zst
astro-5cc90f9dc1dfb52ac7fe0781682b2cc8acf2543d.zip
Move parser to the scoped package name (#319)
* Move parser to the scoped package name * Prettier plugin should use 0.12 of the parser
Diffstat (limited to 'packages/astro-parser')
-rw-r--r--packages/astro-parser/CHANGELOG.md2
-rw-r--r--packages/astro-parser/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro-parser/CHANGELOG.md b/packages/astro-parser/CHANGELOG.md
index 11bff8793..597672239 100644
--- a/packages/astro-parser/CHANGELOG.md
+++ b/packages/astro-parser/CHANGELOG.md
@@ -1,4 +1,4 @@
-# astro-parser
+# @astrojs/parser
## 0.12.1
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json
index dd689f855..7d9252d1e 100644
--- a/packages/astro-parser/package.json
+++ b/packages/astro-parser/package.json
@@ -1,5 +1,5 @@
{
- "name": "astro-parser",
+ "name": "@astrojs/parser",
"version": "0.12.1",
"author": "Skypack",
"license": "MIT",