Skip to content
Snippets Groups Projects
Commit b081907b authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

file-handling: export FileSink and fix the package name

parent a0c80923
No related branches found
No related tags found
No related merge requests found
Pipeline #12235 failed
{ {
"name": "vpu-file-source", "name": "vpu-file-handling",
"version": "1.0.0", "version": "1.0.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
......
import {FileSource} from './file-source'; export {FileSource} from './file-source';
export {FileSink} from './file-sink';
export {FileSource}; \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment