Browse Source

Update cerate-stdf pack

杜府 3 years ago
parent
commit
e23bd21c25
1 changed files with 2 additions and 5 deletions
  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"