Skip to content

Commit

Permalink
WIP #15 retirando arquivos desnecessarios
Browse files Browse the repository at this point in the history
  • Loading branch information
Romulosanttos committed Jul 23, 2020
1 parent 6ba7e14 commit b09d1fa
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 102 deletions.
94 changes: 0 additions & 94 deletions examples/index.js

This file was deleted.

6 changes: 0 additions & 6 deletions index.js

This file was deleted.

1 change: 0 additions & 1 deletion tests/boleto-test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// const boleto = require('../index').boleto;
const boleto = require('../lib/utils/functions/boletoUtils');
const bancos = boleto.bancos;
const Endereco = boleto.Endereco;
Expand Down
2 changes: 1 addition & 1 deletion tests/brasil-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const fs = require('fs');
const path = require('path');
const utils = require('../index');
const utils = require('../lib/index');

var existsSync = (process.version.indexOf('v0.6') !== -1 ? require('path').existsSync : existsSync = fs.existsSync);

Expand Down

0 comments on commit b09d1fa

Please sign in to comment.