Comparing version 5.10.0 to 5.10.1
@@ -9,2 +9,3 @@ "use strict"; | ||
var entries = fs.readdirSync(dir); | ||
entries.sort(); | ||
@@ -11,0 +12,0 @@ for(let entry of entries) { |
{ | ||
"name": "nyks", | ||
"version": "5.10.0", | ||
"version": "5.10.1", | ||
"description": "nodejs exupery style", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"eslint": "eslint test array async buffer child_process collection color crypto date fs function http lang math object os path process promise require stream string", | ||
"cover": "nyc --temp-directory=coverage/.nyc_output --reporter=text-summary --reporter=html --reporter=lcov mocha", | ||
"cover": "nyc --temp-directory coverage/.nyc_output --reporter text-summary --reporter html --reporter lcov mocha", | ||
"test": "npm run cover test test/async && npm run eslint", | ||
@@ -48,0 +48,0 @@ "coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info" |
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
64840
1671