multiplet-analysis
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -594,3 +594,3 @@ 'use strict'; | ||
//symmetrize if requested to | ||
if (symmetrizeEachStep === true) { | ||
if (symmetrizeEachStep) { | ||
[spectrum, scale] = removeShift(spectrum, scale, 95); | ||
@@ -597,0 +597,0 @@ |
{ | ||
"name": "multiplet-analysis", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Extract coupling constants from a complex NMR multiiplet", | ||
@@ -10,3 +10,4 @@ "main": "lib/index.js", | ||
"lib", | ||
"src" | ||
"src", | ||
"multiplet-analysis.d.ts" | ||
], | ||
@@ -13,0 +14,0 @@ "scripts": { |
@@ -146,3 +146,3 @@ /** | ||
//symmetrize if requested to | ||
if (symmetrizeEachStep === true) { | ||
if (symmetrizeEachStep) { | ||
[spectrum, scale] = removeShift(spectrum, scale, 95); | ||
@@ -149,0 +149,0 @@ |
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
62757
15
1809