diff --git a/dist/cleave-angular.min.js b/dist/cleave-angular.min.js index cb767706..525a685c 100644 --- a/dist/cleave-angular.min.js +++ b/dist/cleave-angular.min.js @@ -1,5 +1,5 @@ /*! - * cleave.js - 1.4.2 + * cleave.js - 1.4.3 * https://github.com/nosir/cleave.js * Apache License Version 2.0 * diff --git a/dist/cleave-react-node.min.js b/dist/cleave-react-node.min.js index ae429e04..b8548cee 100644 --- a/dist/cleave-react-node.min.js +++ b/dist/cleave-react-node.min.js @@ -1,5 +1,5 @@ /*! - * cleave.js - 1.4.2 + * cleave.js - 1.4.3 * https://github.com/nosir/cleave.js * Apache License Version 2.0 * diff --git a/dist/cleave-react.min.js b/dist/cleave-react.min.js index e5624f00..f3c4468a 100644 --- a/dist/cleave-react.min.js +++ b/dist/cleave-react.min.js @@ -1,5 +1,5 @@ /*! - * cleave.js - 1.4.2 + * cleave.js - 1.4.3 * https://github.com/nosir/cleave.js * Apache License Version 2.0 * diff --git a/dist/cleave.min.js b/dist/cleave.min.js index 14721f5e..42cb6f4a 100644 --- a/dist/cleave.min.js +++ b/dist/cleave.min.js @@ -1,5 +1,5 @@ /*! - * cleave.js - 1.4.2 + * cleave.js - 1.4.3 * https://github.com/nosir/cleave.js * Apache License Version 2.0 * diff --git a/package.json b/package.json index 496e497b..326d3ca0 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,11 @@ { "name": "cleave.js", "title": "cleave.js", - "description": "JavaScript library for formatting input text content when you are typing", - "keywords": [ - "cleave", - "javascript", - "html", - "format", - "form", - "input" - ], - "version": "1.4.2", - "files": [ - "src", - "dist", - "react.js" - ], + "description": + "JavaScript library for formatting input text content when you are typing", + "keywords": ["cleave", "javascript", "html", "format", "form", "input"], + "version": "1.4.3", + "files": ["src", "dist", "react.js"], "author": { "name": "Max Huang", "url": "http://github.com/nosir",