Comparing version 4.0.4 to 4.0.5
@@ -0,1 +1,8 @@ | ||
## [4.0.5](https://github.com/thenativeweb/comparejs/compare/4.0.4...4.0.5) (2021-03-25) | ||
### Bug Fixes | ||
* Migrate from master to main. ([#291](https://github.com/thenativeweb/comparejs/issues/291)) ([7754cab](https://github.com/thenativeweb/comparejs/commit/7754cab94b5fcda9db41ba0ff6be2d67337ee317)) | ||
## [4.0.4](https://github.com/thenativeweb/comparejs/compare/4.0.3...4.0.4) (2020-11-03) | ||
@@ -2,0 +9,0 @@ |
The MIT License (MIT) | ||
Copyright (c) 2012-2020 the native web. | ||
Copyright (c) 2012-2021 the native web. | ||
@@ -4,0 +4,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "comparejs", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "comparejs implements JavaScript's comparison operators the way you would expect them to be.", | ||
@@ -34,4 +34,4 @@ "contributors": [ | ||
"devDependencies": { | ||
"roboter": "11.5.1", | ||
"semantic-release-configuration": "1.0.25", | ||
"roboter": "11.6.30", | ||
"semantic-release-configuration": "2.0.0", | ||
"should": "13.2.3" | ||
@@ -38,0 +38,0 @@ }, |
@@ -12,3 +12,3 @@ # comparejs | ||
| Dev dependencies | ![David](https://img.shields.io/david/dev/thenativeweb/comparejs) | | ||
| Build | ![GitHub Actions](https://github.com/thenativeweb/comparejs/workflows/Release/badge.svg?branch=master) | | ||
| Build | ![GitHub Actions](https://github.com/thenativeweb/comparejs/workflows/Release/badge.svg?branch=main) | | ||
| License | ![GitHub](https://img.shields.io/github/license/thenativeweb/comparejs) | | ||
@@ -78,5 +78,5 @@ | ||
## Running the build | ||
## Running quality assurance | ||
To build this module use [roboter](https://www.npmjs.com/package/roboter). | ||
To run quality assurance for this module use [roboter](https://www.npmjs.com/package/roboter): | ||
@@ -83,0 +83,0 @@ ```shell |
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
22236