Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "boleto", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "Gera uma nova Linha Digitável, adicionando data de vencimento e valor.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,2 +12,3 @@ ;(function(boleto) { | ||
var $generate = $('[data-js="generate"]'); | ||
var $newCode = $('[data-js="new-code"]'); | ||
@@ -22,5 +23,5 @@ $generate.onclick = function() { | ||
console.log(newNumber); | ||
$newCode.innerText = newNumber; | ||
} | ||
})(window.boleto); | ||
@@ -21,4 +21,8 @@ # boleto | ||
## Versão Web | ||
https://rawgit.com/fdaciuk/boleto/master/index.html | ||
## Licença | ||
[MIT License](https://github.com/fdaciuk/licenses/blob/master/MIT-LICENSE.md) © Fernando Daciuk |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5129
103
28