add missing datawriter to main.ts

This commit is contained in:
nitowa
2023-10-08 23:14:56 +02:00
parent 07f90c3fd8
commit f8136ee4b6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "rjsvm",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"main": "lib/src/main.js",
"scripts": {
+1
View File
@@ -1,3 +1,4 @@
export * from "./RJSVM/framework/rjsvm"
export * from "./RJSVM/datawriter/datawriter"
export * from "./RJSVM/framework/types"
export * from "./util/dataparser"