瀏覽代碼

Update cerate-stdf pack

杜府 3 年之前
父節點
當前提交
e23bd21c25
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      packages/create-stdf/package.json

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

@@ -1,11 +1,8 @@
 {
     "name": "create-stdf",
-    "version": "0.0.9",
+    "version": "0.0.10",
     "description": "A CLI for creating new STDF projects",
-    "main": "dist/index.js",
-    "bin": {
-        "create-stdf": "./dist/index.js"
-    },
+    "bin": "./dist/index.js",
     "scripts": {
         "build": "rollup -c",
         "test": "echo \"Error: no test specified\" && exit 1"