You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/01/24 02:45:22 UTC

[cordova-electron] branch master updated: fix(npm-script): prepack (#136)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new fb9db4f  fix(npm-script): prepack (#136)
fb9db4f is described below

commit fb9db4fa1dc430e295faefe31b390ff5376d27fc
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Fri Jan 24 11:45:13 2020 +0900

    fix(npm-script): prepack (#136)
---
 .npm-scripts/prepack.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.npm-scripts/prepack.js b/.npm-scripts/prepack.js
index 3f580c0..8162884 100644
--- a/.npm-scripts/prepack.js
+++ b/.npm-scripts/prepack.js
@@ -1,5 +1,5 @@
 const { resolve } = require('path');
-const { copyFileSync } = require('fs-extra');
+const { copyFileSync } = require('fs');
 
 // copy cordova.js to bin/templates/project
 copyFileSync(resolve('cordova-lib/cordova.js'), resolve('bin/templates/platform_www/cordova.js'));


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org