From a8a17492e9e3039250e74adf18ad41d115bd7a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E5=BD=AC?= Date: Fri, 6 Nov 2020 10:50:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20datasource=20package.json=20files=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9Elib=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/datasource-engine/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/datasource-engine/package.json b/packages/datasource-engine/package.json index 8fd0a7bf8..9c3d3e08a 100644 --- a/packages/datasource-engine/package.json +++ b/packages/datasource-engine/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-engine", - "version": "1.0.18", + "version": "1.0.19", "description": "DataSource Engine for lowcode", "main": "lib/index.js", "module": "es/index.js", @@ -9,7 +9,8 @@ "dist", "src", "interpret*", - "runtime*" + "runtime*", + "lib" ], "scripts": { "build": "rm -rf dist && tsc --outDir ./dist --module esnext",