Skip to content

Commit 8494bb7

Browse files
committed
Merge pull request #172 from 10gen/server-0.4.0
Server 0.4.0
2 parents e1ac477 + 4889f70 commit 8494bb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- 'iojs-v2.3.4'
3+
- '4.2.1'
44
before_install:
55
- npm install -g npm@3
66
- npm config set loglevel error

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@
7474
"debug": "^2.2.0",
7575
"electron-squirrel-startup": "^0.1.4",
7676
"mongodb-collection-model": "^0.1.0",
77-
"mongodb-connection-model": "^1.0.2",
77+
"mongodb-connection-model": "^3.0.4",
7878
"mongodb-instance-model": "^0.2.3",
7979
"mongodb-ns": "^1.0.0",
80-
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.3.1/scout-server-0.3.1.tar.gz"
80+
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.4.0/scout-server-0.4.0.tar.gz"
8181
},
8282
"devDependencies": {
8383
"ampersand-app": "^1.0.4",
@@ -138,7 +138,7 @@
138138
"raf": "^3.1.0",
139139
"run-sequence": "^1.1.4",
140140
"run-series": "^1.1.4",
141-
"scout-client": "http://bin.mongodb.org/js/scout-client/v0.2.0/scout-client-0.2.0.tar.gz",
141+
"scout-client": "http://bin.mongodb.org/js/scout-client/v0.4.0/scout-client-0.4.0.tar.gz",
142142
"stream-combiner2": "^1.0.2",
143143
"uuid": "^2.0.1",
144144
"vinyl-buffer": "^1.0.0",

0 commit comments

Comments
 (0)