Skip to content

Commit

Permalink
revert rename
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 30, 2019
1 parent 45de14f commit 730d796
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export { fromJcamp } from './from/jcamp';
export { fromJSON } from './from/json';
export { fromText } from './from/text';
export { fromNetCDF } from './from/netcdf';
export { fromMzML } from './from/mzML.test';
export { fromMzML } from './from/mzML';
export { fromMzData } from './from/mzData';

export { integrate } from './util/integrate';
Expand Down

0 comments on commit 730d796

Please sign in to comment.