Skip to content

Commit a2375d2

Browse files
committed
feat!: rename package to ast-types-x
1 parent 7979f03 commit a2375d2

File tree

5 files changed

+1054
-3032
lines changed

5 files changed

+1054
-3032
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AST Types ![CI](https://github.com/benjamn/ast-types/workflows/CI/badge.svg)
1+
# AST Types ![CI](https://github.com/pionxzh/ast-types-x/workflows/CI/badge.svg)
22

33
This module provides an efficient, modular,
44
[Esprima](https://github.com/ariya/esprima)-compatible implementation of
@@ -10,16 +10,9 @@ API](https://developer.mozilla.org/en-US/docs/SpiderMonkey/Parser_API).
1010
Installation
1111
---
1212

13-
From NPM:
14-
15-
npm install ast-types
16-
17-
From GitHub:
18-
19-
cd path/to/node_modules
20-
git clone git://github.com/benjamn/ast-types.git
21-
cd ast-types
22-
npm install .
13+
```sh
14+
npm install ast-types-x
15+
```
2316

2417
Basic Usage
2518
---

0 commit comments

Comments
 (0)