fix(omi-cli): fix files missing

This commit is contained in:
dntzhang 2021-08-05 21:12:43 +08:00
parent 39d6fe8f9e
commit 9681fee82d
2 changed files with 1 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "omi-cli",
"version": "3.7.2",
"version": "3.7.3",
"description": "Create website, app with no build configuration, be friendly to [Omi](https://github.com/Tencent/omi) framework.",
"main": "bin/omi",
"engines": {

View File

@ -6,10 +6,6 @@
".": "./dist/index.es.js"
},
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"start": "yarn watch & vite",
"dev": "yarn watch & vite",