Skip to content

Commit 3f1daec

Browse files
author
jjtimmons
committed
0.1.8
1 parent 017390f commit 3f1daec

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seqparse",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Parse sequence files (GenBank, FASTA, SnapGene, SBOL) and accession IDs (NCBI, iGEM) to a common format",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/cli.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ import { existsSync, readFileSync } from "fs";
33
import pino from "pino";
44
import pretty from "pino-pretty";
55

6-
import seqparse from ".";
7-
import { ParseOptions } from "./parseFile";
6+
import seqparse, { ParseOptions } from ".";
87

98
/** use LOG_LEVEL=debug for some debugging help */
109
const stream = pretty({

0 commit comments

Comments
 (0)