clean up for deployment
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@techniker-me/csv",
|
"name": "@techniker-me/csv",
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"module": "src/index.ts",
|
"module": "src/index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|
||||||
@@ -39,5 +39,6 @@
|
|||||||
"prettier": "3.6.2",
|
"prettier": "3.6.2",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.2",
|
||||||
"typescript-eslint": "8.40.0"
|
"typescript-eslint": "8.40.0"
|
||||||
}
|
},
|
||||||
|
"files": ["dist"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,8 +11,7 @@ export type {
|
|||||||
} from "./types";
|
} from "./types";
|
||||||
|
|
||||||
export { CsvDialect } from "./dialect";
|
export { CsvDialect } from "./dialect";
|
||||||
|
export { CsvRowTokenizer } from "./parser/CsvRowTokenizer";
|
||||||
export { CsvParser } from "./parser/CsvParser";
|
|
||||||
|
|
||||||
export { StringChunkSource } from "./sources/StringSource";
|
export { StringChunkSource } from "./sources/StringSource";
|
||||||
export { FileChunkSource } from "./sources/FileSource";
|
export { FileChunkSource } from "./sources/FileSource";
|
||||||
Reference in New Issue
Block a user