auto-install
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -140,3 +140,3 @@ const fs = require('fs'); | ||
console.log(); | ||
console.log(response.stderr.red); | ||
console.log(colors.red(response.stderr)); | ||
} | ||
@@ -143,0 +143,0 @@ return !response.status; // status = 0 for success |
{ | ||
"name": "auto-install", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Auto installs dependencies as you code", | ||
@@ -13,3 +13,3 @@ "keywords": "auto, dependencies, install, package, watch", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "node node_modules/eslint/bin/eslint.js ." | ||
}, | ||
@@ -30,3 +30,10 @@ "engines": { | ||
"yargs": "4.8.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "3.3.0", | ||
"eslint-config-airbnb": "10.0.1", | ||
"eslint-plugin-import": "1.13.0", | ||
"eslint-plugin-jsx-a11y": "2.1.0", | ||
"eslint-plugin-react": "6.1.0" | ||
} | ||
} |
#### auto-install | ||
[![Build | ||
Status](https://travis-ci.org/siddharthkp/auto-install.svg)](https://travis-ci.org/siddharthkp/auto-install) | ||
[![npm](https://img.shields.io/npm/dm/auto-install.svg?maxAge=2592000)](https://www.npmjs.com/package/auto-install) | ||
Auto installs dependencies as you code. Just hit save. | ||
@@ -4,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
504440
9
0
34
0
5