Explorar el Código

Update cerate-stdf pack

杜府 hace 3 años
padre
commit
c6773b824d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/create-stdf/package.json

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

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