encoding-checker
Advanced tools
Comparing version 1.1.14 to 1.1.15
{ | ||
"name": "encoding-checker", | ||
"description": "Tool to investigate files with different encoding than passed", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "author": { | ||
"clear:all": "npm run clear && rm -rf node_modules/", | ||
"test": "jasmine --reporter=jasmine-console-reporter src/*.spec.js", | ||
"test": "jasmine src/*.spec.js", | ||
"coverage": "nyc npm run test && nyc report --reporter=html" | ||
@@ -31,3 +31,2 @@ }, | ||
"jasmine": "^4.0.2", | ||
"jasmine-console-reporter": "^2.0.1", | ||
"nyc": "^15.1.0" | ||
@@ -34,0 +33,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
2
6882