Skip to content

Commit

Permalink
fix!:mf-global exports groups and elements (and not Groups and Elements)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 4, 2021
1 parent 2bdb8e5 commit 8fc0281
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/mass-tools/src/index.js
Expand Up @@ -2,8 +2,10 @@

module.exports = {
EMDB: require('emdb'),
Groups: require('chemical-groups/src/groups'),
Elements: require('chemical-elements/src/elementsAndIsotopes'),
groups: require('chemical-groups/src/groups'),
groupsObject: require('chemical-groups/src/groupsObject'),
elements: require('chemical-elements/src/elementsAndIsotopes'),
elementsObject: require('chemical-elements/src/elementsAndIsotopesObject'),
IsotopicDistribution: require('isotopic-distribution'),
MF: require('mf-parser/src/MF.js'),
Peptide: require('peptide'),
Expand Down

0 comments on commit 8fc0281

Please sign in to comment.