master
yutent 2022-10-21 12:14:00 +08:00
parent 46a90a6950
commit b065e24abe
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/env node
#!/usr/bin/env node
/**
*
* @author yutent<yutent.io@gmail.com>

View File

@ -1,7 +1,7 @@
{
"name": "create-vue-live",
"type": "module",
"version": "0.0.8",
"version": "0.0.9",
"bin": {
"create-vue-live": "index.js"
},