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

cordova-plugins git commit: CB-12340 - Adding plugin wkwebview-engine-localhost fails: Error: Cannot find module urijs

Repository: cordova-plugins
Updated Branches:
  refs/heads/master 4b69e37e1 -> 8f39c7015


CB-12340 - Adding plugin wkwebview-engine-localhost fails: Error: Cannot find module urijs


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/8f39c701
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/8f39c701
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/8f39c701

Branch: refs/heads/master
Commit: 8f39c7015bfb46cc20c6bd71777a40347a8cec5e
Parents: 4b69e37
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Tue Feb 21 17:30:51 2017 -0800
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Tue Feb 21 17:30:51 2017 -0800

----------------------------------------------------------------------
 local-webserver/scripts/after_install.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/8f39c701/local-webserver/scripts/after_install.js
----------------------------------------------------------------------
diff --git a/local-webserver/scripts/after_install.js b/local-webserver/scripts/after_install.js
index c135276..90768d8 100644
--- a/local-webserver/scripts/after_install.js
+++ b/local-webserver/scripts/after_install.js
@@ -24,7 +24,7 @@
 
 var fs = require('fs');
 var path = require('path');
-var URI = require('urijs');
+var URI = require('url');
 var old_content_src_value;
 
 module.exports = function(context) {


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