ansi-to-react
Advanced tools
Comparing version
@@ -1,2 +0,1 @@ | ||
import Ansi from "../src/index"; | ||
import * as React from "react"; | ||
@@ -6,2 +5,4 @@ import { configure, shallow } from "enzyme"; | ||
import Ansi from "../src/index"; | ||
configure({ adapter: new Adapter() }); | ||
@@ -8,0 +9,0 @@ |
{ | ||
"name": "ansi-to-react", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "ANSI to React Elements", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "b26ca67b6930b5aa2dc23d498e48b30374655471" | ||
"gitHead": "3b8e71338cc8cdc21346c4e41d80312cb253f2f7" | ||
} |
@@ -5,4 +5,10 @@ # ANSI to React | ||
``` | ||
## Installation | ||
You may use whichever package manager (`npm` or `yarn`) best suits your workflow. The `nteract` team internally uses `yarn`. | ||
```bash | ||
npm install --save ansi-to-react | ||
# OR | ||
yarn add ansi-to-react | ||
``` | ||
@@ -9,0 +15,0 @@ |
10702
1.67%26
30%