We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7594b6b + 334c88e commit 818d26aCopy full SHA for 818d26a
README.md
@@ -1,5 +1,7 @@
1
# ANSI to React
2
3
+[](https://greenkeeper.io/)
4
+
5
Convert ANSI Escape Codes to pretty text output for React.
6
7
```
package.json
@@ -38,12 +38,12 @@
38
"babel-preset-react": "^6.5.0",
39
"chai": "^3.5.0",
40
"enzyme": "^2.2.0",
41
- "mkdirp": "0.5.0",
42
- "mocha": "^2.4.5",
+ "mkdirp": "0.5.1",
+ "mocha": "^3.2.0",
43
"react": "^15.0.1",
44
"react-addons-test-utils": "^15.0.1",
45
"react-dom": "^15.0.1",
46
"rimraf": "^2.5.2",
47
- "should": "^8.3.1"
+ "should": "^11.1.2"
48
}
49
0 commit comments