You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2014/12/22 19:29:59 UTC

js commit: BlackBerry: update grunt config to match coho platform name

Repository: cordova-js
Updated Branches:
  refs/heads/master 5668a398c -> 4176a7d48


BlackBerry: update grunt config to match coho platform name


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/4176a7d4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/4176a7d4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/4176a7d4

Branch: refs/heads/master
Commit: 4176a7d48b5d236613062fe2c8ba8655fd7b7c12
Parents: 5668a39
Author: Bryan Higgins <bh...@blackberry.com>
Authored: Mon Dec 22 13:29:36 2014 -0500
Committer: Bryan Higgins <bh...@blackberry.com>
Committed: Mon Dec 22 13:29:36 2014 -0500

----------------------------------------------------------------------
 Gruntfile.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/4176a7d4/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 754bad2..368fbfb 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -23,7 +23,7 @@ module.exports = function(grunt) {
         compile: {
             "amazon-fireos": {},
             "android": {},
-            "blackberry10": {},
+            "blackberry": {},
             "ios": {},
             "osx": {},
             "test": {},
@@ -37,7 +37,7 @@ module.exports = function(grunt) {
         "compile-browserify": {
             "amazon-fireos": {},
             "android": {},
-            "blackberry10": {},
+            "blackberry": {},
             "ios": {},
             "osx": {},
             //"test": {},


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