You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/05/10 01:40:48 UTC

[3/5] git commit: moved osenv module to dev from devdependencies

moved osenv module to dev from devdependencies


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

Branch: refs/heads/master
Commit: 3fb5c9a10abdbd5ed4833ada4b1646e14ff82834
Parents: a8cfed1
Author: Steven Gill <st...@gmail.com>
Authored: Fri May 9 16:05:47 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri May 9 16:05:47 2014 -0700

----------------------------------------------------------------------
 cordova-lib/npm-shrinkwrap.json | 4 ++++
 cordova-lib/package.json        | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3fb5c9a1/cordova-lib/npm-shrinkwrap.json
----------------------------------------------------------------------
diff --git a/cordova-lib/npm-shrinkwrap.json b/cordova-lib/npm-shrinkwrap.json
index 2be341c..a30d4a9 100644
--- a/cordova-lib/npm-shrinkwrap.json
+++ b/cordova-lib/npm-shrinkwrap.json
@@ -446,6 +446,10 @@
         }
       }
     },
+    "osenv": {
+      "version": "0.0.3",
+      "from": "osenv@0.0.x"
+    },
     "plist-with-patches": {
       "version": "0.5.1",
       "from": "plist-with-patches@0.5.x",

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/3fb5c9a1/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 2ed6557..6f0ae94 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -32,12 +32,12 @@
     "tar": "0.1.x",
     "request": "2.22.0",
     "npmconf": "0.1.x",
-    "mime": "~1.2.11"
+    "mime": "~1.2.11",
+    "osenv": "0.0.x"
   },
   "devDependencies": {
     "temp": "0.6.x",
-    "jasmine-node": "~1",
-    "osenv": "0.0.x"
+    "jasmine-node": "~1"  
   },
   "scripts": {
     "test": "jasmine-node --color spec-plugman spec-cordova"