Skip to content

Commit 4ac53fa

Browse files
committed
update readme to match reality
1 parent 69fc7d5 commit 4ac53fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Acorn](https://github.com/acornjs/acorn) preloaded with plugins for syntax parity with recent Node versions.
44

5-
It also includes versions of the plugins compiled with [Bublé](https://github.com/rich-harris/buble), so they can be run on old Node versions (0.6 and up).
5+
It also includes versions of the plugins compiled with [Babel](https://github.com/babel/babel), so they can be run on old Node versions (0.6 and up).
66

77
[![npm][npm-image]][npm-url]
88
[![travis][travis-image]][travis-url]
@@ -29,7 +29,6 @@ var acorn = require('acorn-node')
2929

3030
The API is the same as [acorn](https://github.com/acornjs/acorn), but the following syntax features are enabled by default:
3131

32-
- Numeric separators syntax `10_000`
3332
- Public and private class instance fields
3433
- Public and private class static fields
3534

@@ -52,6 +51,6 @@ The files in the repo root and the ./test folder are licensed as [Apache-2.0](LI
5251

5352
The files in lib/ are generated from other packages:
5453

54+
- lib/class-fields: [acorn-class-fields](https://github.com/acornjs/acorn-class-fields), MIT
5555
- lib/class-private-elements: [acorn-class-private-elements](https://github.com/acornjs/acorn-class-private-elements), MIT
56-
- lib/numeric-separator: [acorn-numeric-separator](https://github.com/acornjs/acorn-numeric-separator]), MIT
5756
- lib/static-class-features: [acorn-static-class-features](https://github.com/acornjs/acorn-static-class-features), MIT

0 commit comments

Comments
 (0)