fix(blockBuild): change packageName to block build (#160)

This commit is contained in:
chilingling 2023-12-15 01:14:30 -08:00 committed by GitHub
parent 11e302f1f9
commit d3e75cecdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@opentiny/tiny-engine-blockToWebComponentTemplate",
"name": "@opentiny/tiny-engine-block-build",
"version": "0.0.1-alpha.0",
"description": "translate block to webcomponent template",
"main": "./dist/web-components.es.js",
@ -15,6 +15,9 @@
"tiny-engine",
"webComponent"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",