@reldens/server-utils 0.4.0 → 0.5.0

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.
@@ -92,9 +92,6 @@ class FileHandler
92
92
  if(!this.exists(origin)){
93
93
  return false;
94
94
  }
95
- if(!this.exists(dest)){
96
- return false;
97
- }
98
95
  try {
99
96
  fs.copyFileSync(origin, dest);
100
97
  return true;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@reldens/server-utils",
3
3
  "scope": "@reldens",
4
- "version": "0.4.0",
4
+ "version": "0.5.0",
5
5
  "description": "Reldens - Server Utils",
6
6
  "author": "Damian A. Pastorini",
7
7
  "license": "MIT",