Skip to content

Commit

Permalink
fix(jeol): update nmr-parser to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Aug 31, 2021
1 parent 8da4073 commit b741c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -68,7 +68,7 @@
"ml-stat": "^1.3.3",
"multiplet-analysis": "^1.0.1",
"nmr-correlation": "^2.0.1",
"nmr-parser": "^1.6.1",
"nmr-parser": "^1.6.2",
"nmr-processing": "^2.5.0",
"nmredata": "^0.4.1",
"numeral": "^2.0.6",
Expand Down
1 change: 1 addition & 0 deletions src/data/SpectraManager.ts
Expand Up @@ -60,6 +60,7 @@ function addData(spectra, datum) {
export function addJDF(spectra, jdf, options: any = {}, usedColors: any = {}) {
// need to parse the jcamp
let converted = fromJEOL(jdf, {});
converted = converted[0];
let info = converted.description;
let metadata = info.metadata;
delete info.metadata;
Expand Down

0 comments on commit b741c65

Please sign in to comment.