dai-cli

s

2022/5/10 0:22:17

更改列表

index.js 2(+2 -0)

package.json 2(+1 -1)

详细信息

index.js 2(+2 -0)

diff --git a/index.js b/index.js
index 39590af..c4de0a5 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,5 @@
+#!/usr/bin/env node
+
 import program from 'commander';
 import inquirer from 'inquirer';
 import downloadGit from 'download-git-repo';

package.json 2(+1 -1)

diff --git a/package.json b/package.json
index 91dccd0..2499b62 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "dai-cli",
     "type": "module",
-    "version": "1.0.9",
+    "version": "1.0.10",
     "description": "description",
     "main": "index.js",
     "scripts": {