@zidanpro/create-nui-fivem 4.0.1 → 4.0.2

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/bin/index.js +0 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -41,5 +41,4 @@ const templateDir = path.join(__dirname, "../template");
41
41
  console.log("\nšŸš€ Next steps:");
42
42
  console.log(` cd ${projectName || "."}`);
43
43
  console.log(" npm install");
44
- console.log(" npm run dev\n");
45
44
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zidanpro/create-nui-fivem",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "FiveM React Boilerplate Generator",
5
5
  "bin": {
6
6
  "create-nui-fivem": "./bin/index.js"