mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
fix: datasource package.json files 新增lib文件
This commit is contained in:
parent
5209723237
commit
a8a17492e9
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user