creditcard.js 3.0.18 → 3.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # creditcard.js
2
2
 
3
3
  [![Build Status](https://github.com/ContaAzul/creditcard.js/workflows/Build%20Check/badge.svg)](https://github.com/ContaAzul/creditcard.js/actions?query=workflow%3A%22Build+Check%22)
4
- [![Dependency Status](https://david-dm.org/ContaAzul/creditcard.js.svg)](https://david-dm.org/Semantic-Org/ContaAzul/creditcard.js)
5
- [![devDependency Status](https://david-dm.org/ContaAzul/creditcard.js/dev-status.svg)](https://david-dm.org/ContaAzul/creditcard.js#info=devDependencies)
4
+ ![Libraries.io dependency status for latest release](https://img.shields.io/librariesio/release/npm/creditcard.js)
6
5
  [![npm](https://img.shields.io/npm/v/creditcard.js.svg)](https://www.npmjs.com/package/creditcard.js)
7
6
 
8
7
  > A simple credit cards validation library in JavaScript.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @name creditcard.js 3.0.17
2
+ * @name creditcard.js 3.0.18
3
3
  * @license MIT
4
4
  * @author ContaAzul (contaazul.com)
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @name creditcard.js 3.0.17
2
+ * @name creditcard.js 3.0.18
3
3
  * @license MIT
4
4
  * @author ContaAzul (contaazul.com)
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creditcard.js",
3
- "version": "3.0.18",
3
+ "version": "3.0.19",
4
4
  "description": "A simple library for credit-card validation in JavaScript",
5
5
  "main": "dist/creditcard.js",
6
6
  "repository": "ContaAzul/creditcard.js",