Skip to content

Commit

Permalink
Re-Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpassarelli committed Dec 4, 2015
1 parent bb49644 commit adb686c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "parsleyjs-creditcard-validator",
"version": "2.0.0",
"version": "1.0.0",
"homepage": "https://github.com/gpassarelli/parsley.js-credit-card-validator",
"authors": [
"Gabriel Passarelli <passarelli.gabriel@gmail.com>"
],
"description": "A credit card validator for Parsley.js including validation for specific brands",
"main": "./dist/creditcard.js",
"main": [
"./dist/creditcard.js"
],
"moduleType": [],
"dependencies": {
"parsleyjs": "~2.0.7"
Expand All @@ -25,6 +27,6 @@
"test",
"tests",
"grunt",
"src",
"src"
]
}

0 comments on commit adb686c

Please sign in to comment.