You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/10/19 11:18:14 UTC

[2/2] cordova-wp8 git commit: CB-9820 Module 'q' is lowercase

CB-9820 Module 'q' is lowercase

This is giving me errors trying to add wp8 platform on a Linux system. I found similar erros [here](https://github.com/driftyco/ionic-cli/issues/484) and [here](https://github.com/apache/cordova-ios/pull/132#issue-59368079)

This closes #88


Project: http://git-wip-us.apache.org/repos/asf/cordova-wp8/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-wp8/commit/166ec4b7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-wp8/tree/166ec4b7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-wp8/diff/166ec4b7

Branch: refs/heads/master
Commit: 166ec4b702c0ae4e68031938b37f8eba8c3e6319
Parents: 81a8d3e
Author: Joaquim Pedro Silveira <pe...@gmail.com>
Authored: Sat Oct 17 18:09:44 2015 -0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon Oct 19 12:15:24 2015 +0300

----------------------------------------------------------------------
 bin/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-wp8/blob/166ec4b7/bin/lib/check_reqs.js
----------------------------------------------------------------------
diff --git a/bin/lib/check_reqs.js b/bin/lib/check_reqs.js
index 31252b8..399cab5 100644
--- a/bin/lib/check_reqs.js
+++ b/bin/lib/check_reqs.js
@@ -17,7 +17,7 @@
     under the License.
 */
 
-var Q = require('Q');
+var Q = require('q');
 
 var MSBuildTools;
 try {


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