You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/08/26 16:59:39 UTC

[2/2] git commit: change chromedriver to devdependency

change chromedriver to devdependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/fe2db32c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/fe2db32c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/fe2db32c

Branch: refs/heads/add-chromedriver
Commit: fe2db32cfebaa7cd78a97716734a9a7ac6a015fd
Parents: 84b8c75
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Aug 26 08:59:01 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Aug 26 08:59:01 2014 -0600

----------------------------------------------------------------------
 portal/package.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/fe2db32c/portal/package.json
----------------------------------------------------------------------
diff --git a/portal/package.json b/portal/package.json
index 275f1f4..78aba40 100644
--- a/portal/package.json
+++ b/portal/package.json
@@ -8,10 +8,8 @@
     "type": "git",
     "url": "https://github.com/usergrid/usergrid.git"
   },
-  "dependencies": {
-    "chromedriver": "~2.10.0-1"
-  },
   "devDependencies": {
+    "chromedriver": "~2.10.0-1",
     "grunt": "~0.4.4",
     "grunt-cli": "~0.1.11",
     "grunt-contrib-cssmin": "~0.7.0",