You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2016/12/29 08:54:38 UTC

cordova-paramedic git commit: CB-12303 Fixed premature process termination after running Appium tests

Repository: cordova-paramedic
Updated Branches:
  refs/heads/master 907917681 -> ea0f78d16


CB-12303 Fixed premature process termination after running Appium tests


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

Branch: refs/heads/master
Commit: ea0f78d16f5475e76921f28973b182a75f116ee9
Parents: 9079176
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Thu Dec 29 11:54:18 2016 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Thu Dec 29 11:54:18 2016 +0300

----------------------------------------------------------------------
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/ea0f78d1/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 508e80d..89f28bf 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
   "dependencies": {
     "cordova-common": "^1.1.0",
     "expect-telnet": "^0.5.2",
-    "jasmine": "^2.4.1",
+    "jasmine": "2.4.1",
     "jasmine-reporters": "^2.1.1",
     "jasmine-spec-reporter": "^2.4.0",
     "localtunnel": "~1.5.0",
@@ -51,7 +51,6 @@
     "wd": "^0.4.0"
   },
   "devDependencies": {
-    "jasmine-node": "~1",
     "jshint": "^2.6.0"
   }
 }


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