forked from opentiny/tiny-engine
fix(blockBuild): change packageName to block build (#160)
This commit is contained in:
parent
11e302f1f9
commit
d3e75cecdd
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue