@nextsparkjs/cli 0.1.0-beta.82 → 0.1.0-beta.84

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/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2390,6 +2390,7 @@ var REQUIRED_MOBILE_TEMPLATE_FILES = [
2390
2390
  var MOBILE_TEMPLATE_FILES = [
2391
2391
  "app",
2392
2392
  "src",
2393
+ "assets",
2393
2394
  "babel.config.js",
2394
2395
  "metro.config.js",
2395
2396
  "tailwind.config.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextsparkjs/cli",
3
- "version": "0.1.0-beta.82",
3
+ "version": "0.1.0-beta.84",
4
4
  "description": "NextSpark CLI - Complete development toolkit",
5
5
  "type": "module",
6
6
  "bin": {