@ast-grep/lang-haskell 0.0.6 → 0.0.7

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/README.md CHANGED
@@ -8,7 +8,7 @@ In a pnpm project, run:
8
8
  pnpm install @ast-grep/lang-haskell
9
9
  pnpm install @ast-grep/napi
10
10
  # install the tree-sitter-cli if no prebuild is available
11
- pnpm install @tree-sitter/cli --save-dev
11
+ pnpm install tree-sitter-cli --save-dev
12
12
  ```
13
13
 
14
14
  ## Usage
package/index.d.ts CHANGED
@@ -7,4 +7,4 @@ type LanguageRegistration = {
7
7
  }
8
8
 
9
9
  declare const registration: LanguageRegistration
10
- export default registration
10
+ export = registration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ast-grep/lang-haskell",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [