lapeeh 1.0.8 → 1.0.9

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 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
 
3
3
  const fs = require("fs");
4
4
  const path = require("path");
@@ -522,7 +522,6 @@ async function upgradeProject() {
522
522
  }
523
523
 
524
524
  const filesToSync = [
525
- "lib",
526
525
  "docker-compose.yml",
527
526
  ".env.example",
528
527
  ".vscode",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lapeeh",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "lapeeh Framework (Standardized by lapeeh)",
5
5
  "engines": {
6
6
  "node": ">=18.0.0",