ansi-to-react
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "ansi-to-react", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "ANSI to React Elements", | ||
"main": "lib/index.js", | ||
"nteractDesktop": "src/index.js", | ||
"scripts": { | ||
@@ -23,6 +24,3 @@ "prebuild": "mkdirp lib/ && npm run clean", | ||
"homepage": "https://github.com/nteract/nteract/tree/master/packages/ansi-to-react", | ||
"keywords": [ | ||
"ansi", | ||
"react" | ||
], | ||
"keywords": ["ansi", "react"], | ||
"author": "Kyle Kelley <rgbkrk@gmail.com>", | ||
@@ -29,0 +27,0 @@ "license": "MPL-2.0", |
15285