Browse Source

EAGLESIX-3881: update pkg json for mongo 2.6.5

Kyle P Davis 10 years ago
parent
commit
ae624a3358
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package.json

+ 2 - 2
package.json

@@ -21,7 +21,7 @@
     "webpack": "N=aggregate; webpack -v -c --progress -d --output-library-target var --output-library $N --entry=./lib/ $N.web.js"
   },
   "repository": {
-    "url": "git+https://github.com/RiveraGroup/mungedb-aggregate.git#master"
+    "url": "git+https://github.com/RiveraGroup/mungedb-aggregate.git#feature/mongo_2.6.5"
   },
   "keywords": [
     "aggregation",
@@ -30,7 +30,7 @@
   ],
   "dependencies": {
     "async": "*",
-    "xregexp": "*"
+    "xregexp": "git+https://stash.rd.rcg.local/scm/eagle6/xregexp.git#master"
   },
   "devDependencies": {
     "mocha": "*",