Comparing version 3.4.0 to 3.4.1
{ | ||
"name": "parley", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.", | ||
"main": "lib/parley.js", | ||
"scripts": { | ||
"custom-tests": "node ./node_modules/mocha/bin/mocha test/*.test.js", | ||
"lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'", | ||
"bench": "NODE_ENV=production node ./node_modules/mocha/bin/mocha test/*.benchmark.js", | ||
"custom-tests": "mocha test/*.test.js", | ||
"lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'", | ||
"bench": "NODE_ENV=production mocha test/*.benchmark.js", | ||
"bench-win": "mocha test/*.benchmark.js", | ||
"test": "npm run lint && npm run custom-tests && npm run bench" | ||
@@ -11,0 +12,0 @@ }, |
@@ -9,2 +9,5 @@ /** | ||
if (process.env.NODE_ENV !== 'production') { | ||
throw new Error('Benchmarks should be run with NODE_ENV=production!'); | ||
} | ||
@@ -11,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
217837
3166
7