Comparing version 3.0.1 to 3.0.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.boolean = void 0; | ||
const boolean = function (value) { | ||
@@ -4,0 +5,0 @@ if (typeof value === 'string') { |
@@ -0,1 +1,8 @@ | ||
## [3.0.2](https://github.com/thenativeweb/boolean/compare/3.0.1...3.0.2) (2020-11-03) | ||
### Bug Fixes | ||
* Fix headline for robot section in readme. ([#191](https://github.com/thenativeweb/boolean/issues/191)) ([6b7b72b](https://github.com/thenativeweb/boolean/commit/6b7b72b6d5d5c1ad2251c5959b35c8c87b3421a5)) | ||
## [3.0.1](https://github.com/thenativeweb/boolean/compare/3.0.0...3.0.1) (2020-02-11) | ||
@@ -2,0 +9,0 @@ |
The MIT License (MIT) | ||
Copyright (c) 2014-2019 the native web. | ||
Copyright (c) 2014-2020 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": "boolean", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "boolean converts lots of things to boolean.", | ||
@@ -27,5 +27,5 @@ "contributors": [ | ||
"devDependencies": { | ||
"assertthat": "5.1.0", | ||
"roboter": "11.0.16", | ||
"semantic-release-configuration": "1.0.16" | ||
"assertthat": "5.2.1", | ||
"roboter": "11.5.1", | ||
"semantic-release-configuration": "1.0.23" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": { |
@@ -61,5 +61,5 @@ # boolean | ||
## 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): | ||
@@ -66,0 +66,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
6098
53