Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
@@ -0,1 +1,13 @@ | ||
# [6.0.0-beta.2](https://github.com/Trott/slug/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-04-20) | ||
### chore | ||
* drop support for Node.js 12.x and 17.x ([5b9d4fb](https://github.com/Trott/slug/commit/5b9d4fb372b1ab451f39cc7145c1aaf012195362)) | ||
### BREAKING CHANGES | ||
* Drop support for Node.js earlier than 14.x. | ||
# [6.0.0-beta.1](https://github.com/Trott/slug/compare/v5.3.0...v6.0.0-beta.1) (2022-04-19) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "slug", | ||
"description": "slugifies even utf-8 chars!", | ||
"version": "6.0.0-beta.1", | ||
"version": "6.0.0-beta.2", | ||
"homepage": "https://github.com/Trott/slug", | ||
@@ -23,3 +23,3 @@ "author": "dodo (https://github.com/dodo)", | ||
"scripts": { | ||
"test": "standard && mocha --experimental-modules test/*.mjs && nyc --reporter none mocha test/**/*.js && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless .karma.config.js && nyc report --reporter=text --reporter=html && nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100", | ||
"test": "standard && mocha test/*.mjs && nyc --reporter none mocha test/**/*.js && karma start --single-run --browsers ChromeHeadless,FirefoxHeadless .karma.config.js && nyc report --reporter=text --reporter=html && nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100", | ||
"benchmark": "node benchmark/benchmark.js" | ||
@@ -26,0 +26,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
31084