external-editor
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "external-editor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT", | ||
"main": "main/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"test": "npm run lint && npm run unit", | ||
"unit": "mocha --recursive --compilers coffee:coffee-script/register --timeout 10000 ./test/spec", | ||
"compile": "coffee --compile --output main/ src/", | ||
@@ -33,8 +34,11 @@ "lint": "coffeelint -f .coffeelint.json src" | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"coffee-script": "^1.10.0", | ||
"coffeelint": "^1.14.2" | ||
"coffeelint": "^1.14.2", | ||
"mocha": "^2.5.3" | ||
}, | ||
"files": [ | ||
"main" | ||
"main", | ||
"example.js" | ||
] | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
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
190
0
9807
4
1
0