Browse Source

Update cerate-stdf pack

杜府 3 years ago
parent
commit
c227423a67
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/create-stdf/package.json

+ 2 - 1
packages/create-stdf/package.json

@@ -1,7 +1,8 @@
 {
     "name": "create-stdf",
-    "version": "0.0.8",
+    "version": "0.0.9",
     "description": "A CLI for creating new STDF projects",
+    "main": "dist/index.js",
     "bin": {
         "create-stdf": "./dist/index.js"
     },