Skip to content

Commit

Permalink
feat: add peakPicking and autoPeakPicking
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 26, 2021
1 parent 53d0576 commit a950e2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@types/jest": "^26.0.21",
"@types/jest": "^26.0.22",
"cheminfo-build": "^1.1.10",
"codecov": "^3.8.1",
"eslint": "^7.22.0",
Expand All @@ -46,10 +46,10 @@
"jest": "^26.6.3",
"jest-matcher-deep-close-to": "^2.0.1",
"prettier": "^2.2.1",
"rollup": "^2.42.3"
"rollup": "^2.42.4"
},
"dependencies": {
"common-spectrum": "0.28.0",
"ml-gsd": "^6.6.0"
"common-spectrum": "0.30.1",
"ml-gsd": "^6.6.1"
}
}
8 changes: 7 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ import { JSGraph as OriginalJSGraph } from 'common-spectrum';

import { getAnnotations } from './jsgraph/getAnnotations';

export { Analysis, AnalysesManager, toJcamp } from 'common-spectrum';
export {
Analysis,
AnalysesManager,
toJcamp,
peakPicking,
autoPeakPicking,
} from 'common-spectrum';

export { fromJcamp } from './from/fromJcamp';

Expand Down

0 comments on commit a950e2d

Please sign in to comment.