sqlaravel 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
package/install.js CHANGED
@@ -7,7 +7,7 @@ const
7
7
  ;
8
8
 
9
9
  // Copy files to the project
10
- fs.cp(filesDir_r, dest_r, {recursive: true, force: false}, (err, data) => {
10
+ fs.cp(filesDir, dest, {recursive: true, force: false}, (err, data) => {
11
11
  if (err) {
12
12
  console.error("Error Install");
13
13
  console.error(err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqlaravel",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Base to start projects in Laravel, simply and quickly",
5
5
  "main": "index.js",
6
6
  "scripts": {
File without changes
File without changes
File without changes