ansi-to-react
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "ansi-to-react", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ANSI to React Elements", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha 'test/**/*.js'" | ||
"prebuild": "mkdirp lib/ && npm run clean", | ||
"prepublish": "npm run build", | ||
"test": "mocha --compilers js:babel-core/register 'test/**/*.js'", | ||
"test:watch": "npm run test -- --watch", | ||
"build": "npm run build:es5", | ||
"build:es5": "babel src --out-dir lib/ --source-maps", | ||
"clean": "rimraf lib/*" | ||
}, | ||
@@ -13,7 +19,11 @@ "keywords": [ | ||
], | ||
"babel": { | ||
"presets": [ | ||
"es2015", | ||
"react" | ||
] | ||
}, | ||
"author": "Kyle Kelley <rgbkrk@gmail.com>", | ||
"license": "MPL-2.0", | ||
"dependencies": { | ||
"ansi-to-json": "^1.0.0" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": { | ||
@@ -23,9 +33,16 @@ "react": "^0.14.0 || ^15.0.0-0" | ||
"devDependencies": { | ||
"babel-cli": "^6.8.0", | ||
"babel-core": "^6.8.0", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"chai": "^3.5.0", | ||
"enzyme": "^2.2.0", | ||
"mkdirp": "0.5.0", | ||
"mocha": "^2.4.5", | ||
"react": "^15.0.1", | ||
"react-addons-test-utils": "^15.0.1", | ||
"react-dom": "^15.0.1" | ||
"react-dom": "^15.0.1", | ||
"rimraf": "^2.5.2", | ||
"should": "^8.3.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
const Ansi = require('../index'); | ||
const Ansi = require('../src/index'); | ||
const React = require('react'); | ||
@@ -3,0 +3,0 @@ const expect = require('chai').expect; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
89288
1
12
1537
13
1
- Removedansi-to-json@^1.0.0
- Removedanser@1.4.10(transitive)
- Removedansi-to-json@1.0.15(transitive)