usf-cli 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -88,7 +88,7 @@ Supported template code:
88
88
  };
89
89
 
90
90
  const initProject = function () {
91
- spawn("npm", ["init"], {
91
+ spawn("npm", ["init", "-y"], {
92
92
  shell: true,
93
93
  stdio: "inherit",
94
94
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "usf-cli",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "usf-cli helps uos stateless function developers with local running, boosting their development efficiency.",
5
5
  "main": "index.js",
6
6
  "bin": {