You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2019/11/24 15:17:30 UTC

[cordova-coho] branch master updated: chore: move jasmine to devDependencies (#261)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 672f7f3  chore: move jasmine to devDependencies (#261)
672f7f3 is described below

commit 672f7f3eb7003bd9a2f4fb4aca2be05556f6a3e5
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Nov 24 16:17:21 2019 +0100

    chore: move jasmine to devDependencies (#261)
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index ab2f81a..0de3a7c 100644
--- a/package.json
+++ b/package.json
@@ -12,8 +12,6 @@
     "co-stream": "0.1.1",
     "glob": "^5.0.14",
     "inquirer": "2.0.0",
-    "jasmine": "^2.5.3",
-    "jasmine-co": "^1.2.2",
     "jira-client": "4.2.0",
     "jira-linkify": "^2.3.0",
     "nlf": "^2.0.1",
@@ -38,6 +36,8 @@
     "eslint-plugin-node": "^7.0.1",
     "eslint-plugin-promise": "^4.0.0",
     "eslint-plugin-standard": "^4.0.0",
+    "jasmine": "^2.5.3",
+    "jasmine-co": "^1.2.2",
     "nyc": "^14.1.1"
   },
   "scripts": {


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