Skip to content

Commit 77f2485

Browse files
committed
update deps
1 parent 73d0331 commit 77f2485

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242
},
4343
"scripts": {
4444
"start": "gulp",
45-
"develop": "gulp develop",
46-
"build": "gulp build:electron",
4745
"test": "mocha",
48-
"browser-test": "zuul --local 3001 --open -- test/*.test.js",
4946
"check": "mongodb-js-precommit"
5047
},
5148
"repository": {
@@ -80,8 +77,10 @@
8077
"phantomjs-polyfill": "0.0.1",
8178
"qs": "^3.1.0",
8279
"scout-brain": "http://bin.mongodb.org/js/scout-brain/v0.0.2/scout-brain-0.0.2.tar.gz",
83-
"scout-client": "http://bin.mongodb.org/js/scout-client/v0.0.2/scout-client-0.0.2.tar.gz",
84-
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.0.3/scout-server-0.0.3.tar.gz"
80+
"scout-client": "http://bin.mongodb.org/js/scout-client/v0.0.3/scout-client-0.0.3.tar.gz",
81+
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.0.4/scout-server-0.0.4.tar.gz",
82+
"tiny-lr": "^0.1.6",
83+
"watch": "^0.16.0"
8584
},
8685
"devDependencies": {
8786
"browserify": "^10.2.4",
@@ -113,7 +112,6 @@
113112
"stream-combiner2": "^1.0.2",
114113
"vinyl-buffer": "^1.0.0",
115114
"vinyl-source-stream": "^1.1.0",
116-
"watchify": "^3.2.3",
117-
"zuul": "^3.1.0"
115+
"watchify": "^3.2.3"
118116
}
119117
}

0 commit comments

Comments
 (0)