You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/04 15:27:50 UTC

[cordova-osx] branch master updated: Move jasmine-spec-reporter to devDependencies (#75)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0414b3c  Move jasmine-spec-reporter to devDependencies (#75)
0414b3c is described below

commit 0414b3c859911f2aa35e6295f74e98b54e18ff45
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Dec 4 10:27:46 2018 -0500

    Move jasmine-spec-reporter to devDependencies (#75)
    
    (was added to the wrong place in 715ef0d - PR #73)
---
 package-lock.json | 4 +++-
 package.json      | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index a0312ce..e5ce58c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -377,7 +377,8 @@
     "colors": {
       "version": "1.1.2",
       "resolved": "http://registry.npmjs.org/colors/-/colors-1.1.2.tgz",
-      "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM="
+      "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=",
+      "dev": true
     },
     "concat-map": {
       "version": "0.0.1",
@@ -1195,6 +1196,7 @@
       "version": "4.2.1",
       "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-4.2.1.tgz",
       "integrity": "sha512-FZBoZu7VE5nR7Nilzy+Np8KuVIOxF4oXDPDknehCYBDE080EnlPu0afdZNmpGDBRCUBv3mj5qgqCRmk6W/K8vg==",
+      "dev": true,
       "requires": {
         "colors": "1.1.2"
       }
diff --git a/package.json b/package.json
index 27c3fad..7a2419a 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,6 @@
   "license": "Apache-2.0",
   "dependencies": {
     "cordova-common": "^3.0.0",
-    "jasmine-spec-reporter": "^4.2.1",
     "nopt": "^3.0.6",
     "q": "^1.4.1",
     "shelljs": "^0.5.3",
@@ -43,6 +42,7 @@
     "eslint-plugin-promise": "^3.8.0",
     "eslint-plugin-standard": "^3.1.0",
     "jasmine": "^3.1.0",
+    "jasmine-spec-reporter": "^4.2.1",
     "nyc": "^13.0.1",
     "tmp": "0.0.33"
   },


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