Fix unicode-property-regex installation instructions (#7064)

This commit is contained in:
Mathias Bynens
2017-12-19 18:27:26 +01:00
committed by Brian Ng
parent 44da8201a5
commit 5f8a1a2613

View File

@@ -9,7 +9,7 @@ Compile [Unicode property escapes](https://github.com/mathiasbynens/regexpu-core
## Installation
```sh
npm install @babel/plugin-proposal-unicode-property-regex
npm install --save-dev @babel/plugin-proposal-unicode-property-regex
```
## Usage