You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/09 21:33:46 UTC

git commit: Fix-up trailing comma in previous commit :(

Updated Branches:
  refs/heads/master 4bd463bff -> c7802a98c


Fix-up trailing comma in previous commit :(


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

Branch: refs/heads/master
Commit: c7802a98ca37b4edc1169669acdd66f7d9a34dd5
Parents: 4bd463b
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 9 15:33:32 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 9 15:33:32 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c7802a98/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c631e0e..77bc427 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
   },
   "devDependencies": {
     "jasmine-node": "1.7.0",
-    "osenv": "0.0.x",
+    "osenv": "0.0.x"
   },
   "bin" : { "plugman" : "./main.js" },
   "scripts": {