liferay-npm-bundler-plugin-replace-browser-modules
Advanced tools
Comparing version 1.2.3 to 1.4.0
@@ -41,3 +41,3 @@ 'use strict'; | ||
try { | ||
fs.unlink(pkg.dir + '/' + file); | ||
fs.unlinkSync(pkg.dir + '/' + file); | ||
} catch (err) {} | ||
@@ -44,0 +44,0 @@ }); |
{ | ||
"name": "liferay-npm-bundler-plugin-replace-browser-modules", | ||
"version": "1.2.3", | ||
"version": "1.4.0", | ||
"description": "A liferay-npm-bundler plugin to replace files listed under the browser/module entry of package.json files.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -35,3 +35,3 @@ import cpFile from 'cp-file'; | ||
try { | ||
fs.unlink(`${pkg.dir}/${file}`); | ||
fs.unlinkSync(`${pkg.dir}/${file}`); | ||
} catch (err) {} | ||
@@ -38,0 +38,0 @@ }); |
Sorry, the diff of this file is not supported yet
28332