@zidanpro/create-nui-fivem 3.0.0 → 3.0.1

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 +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  const fs = require("fs");
4
4
  const path = require("path");
5
- const ora = require("ora");
5
+ const ora = require("ora").default;
6
6
 
7
7
  const projectName = process.argv[2];
8
8
  const targetDir = projectName
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zidanpro/create-nui-fivem",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "FiveM React Boilerplate Generator",
5
5
  "bin": {
6
6
  "create-nui-fivem": "./bin/index.js"