Skip to content

Commit

Permalink
fixing index.js for new class
Browse files Browse the repository at this point in the history
  • Loading branch information
daviortega committed Dec 7, 2018
1 parent f72772b commit a939be5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
const Genes = require('./Genes')
const MakeFasta = require('./MakeFasta')
const Genomes = require('./Genomes')
const Taxonomy = require('./Taxonomy')

module.exports = {
Genes,
Genomes,
MakeFasta
MakeFasta,
Taxonomy
}

0 comments on commit a939be5

Please sign in to comment.