@ast-grep/create-lang 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-grep/create-lang",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "index.js",
@@ -6,5 +6,5 @@ type LanguageRegistration = {
6
6
  expandoChar?: string
7
7
  }
8
8
 
9
- declare const registratoin: LanguageRegistration
10
- export default registratoin
9
+ declare const registration: LanguageRegistration
10
+ export default registration