Skip to content

Commit

Permalink
Fix bower json
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Porto committed May 24, 2016
1 parent 513d7f3 commit 48ffb6c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "gerador-validador-cpf",
"homepage": "http://tiagoporto.github.io/gerador-validador-cpf/",
"author": {
"name": "Tiago Porto",
"homepage": "http://tiagoporto.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tiagoporto/gerador-validador-cpf.git"
"url": "https://github.com/tiagoporto/gerador-validador-cpf.git"
},
"keywords": [
"cpf",
Expand All @@ -14,11 +18,7 @@
"formata",
"brasil"
],
"author": {
"name": "Tiago Porto",
"homepage": "http://tiagoporto.com"
},
"main": "public/js/CPF.js",
"main": "dist/js/CPF.js",
"license": "MIT",
"ignore": [
"**/*",
Expand Down

0 comments on commit 48ffb6c

Please sign in to comment.