Comparing version 0.5.2 to 0.5.7
{ | ||
"name": "mf-finder", | ||
"version": "0.5.2", | ||
"version": "0.5.7", | ||
"description": "Find a molecular formula from a monoisotopic mass", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -24,3 +24,3 @@ 'use strict'; | ||
maxIterations = 1e8, | ||
allowNeutral = false, // msem because em in this case ! | ||
allowNeutral = true, // if there is no msem we use em ! | ||
ranges = [ | ||
@@ -27,0 +27,0 @@ { mf: 'C', min: 0, max: 100 }, |