@total_onion/onion-library 1.0.166 → 1.0.167

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "1.0.166",
3
+ "version": "1.0.167",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -162,7 +162,7 @@ const copyBlockComponent = (componentName) => {
162
162
  if (!fs.existsSync(`./assets/js/blocks/${componentModuleName}`)) {
163
163
  fs.mkdirSync(`./assets/js/blocks/${componentModuleName}`, { recursive: true });
164
164
  }
165
- copyFile(extraJsSourcePath, extraJsDestinationPath);
165
+ copyFileKeeping(extraJsSourcePath, extraJsDestinationPath);
166
166
  }
167
167
  break;
168
168