From 3c237185ffb7c779b44d93e6d35a19ea27d1058a Mon Sep 17 00:00:00 2001 From: matheuspoleza Date: Fri, 5 Feb 2016 14:40:32 -0200 Subject: [PATCH 1/3] adding first release tag --- LICENSE.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..5509336 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,23 @@ +# The MIT License (MIT) + +> Copyright (c) 2016 ContaAzul + +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: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +``` +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +``` diff --git a/package.json b/package.json index dbf1ac4..db5dff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "creditcard.js", - "version": "0.0.3", + "version": "1.0.0", "description": "A simple library for credit-card validation in JavaScript", "main": "dist/creditcard.min.js", "files": [ From d835922cf4d429ac422c8d2e5fe8eb637b5c7185 Mon Sep 17 00:00:00 2001 From: matheuspoleza Date: Fri, 5 Feb 2016 14:45:13 -0200 Subject: [PATCH 2/3] bower tag --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index dd1cdc5..b66cb82 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "creditcard.js", "description": "A simple library for credit-card validation in JavaScript", "main": "dist/creditcard.min.js", - "version": "0.0.3", + "version": "1.0.0", "authors": [ "@ContaAzul" ], From 646b4bf6b86796d0e1a657e63c9da6e4a37fc440 Mon Sep 17 00:00:00 2001 From: matheuspoleza Date: Fri, 5 Feb 2016 14:47:13 -0200 Subject: [PATCH 3/3] npm prepublish --- dist/creditcard.js | 2 +- dist/creditcard.min.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/creditcard.js b/dist/creditcard.js index 2db0e27..65b22c6 100644 --- a/dist/creditcard.js +++ b/dist/creditcard.js @@ -1,5 +1,5 @@ /*! - * creditcard.js v0.0.3 + * creditcard.js v1.0.0 * Created by @ContaAzul. * * Licensed MIT. diff --git a/dist/creditcard.min.js b/dist/creditcard.min.js index 3e925c9..f12e3b1 100644 --- a/dist/creditcard.min.js +++ b/dist/creditcard.min.js @@ -1,5 +1,5 @@ /*! - * creditcard.js v0.0.3 + * creditcard.js v1.0.0 * Created by @ContaAzul. * * Licensed MIT.