Skip to content

Commit d134eed

Browse files
committed
trying to fix deps
1 parent 92163d8 commit d134eed

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.evergreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ functions:
7070
${npm|npm} config -g list
7171
which -a npm
7272
node -p process.env
73-
# ${npm|npm} install
73+
${npm|npm} install
7474
7575
# For Windows: retrieve a fake "signtool.exe" which proxies to notary-service,
7676
# and remove the real one from our path. Must run after "npm install"

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,6 @@
7474
"url": "git://github.com/10gen/scout.git"
7575
},
7676
"dependencies": {
77-
"debug": "^2.2.0",
78-
"electron-squirrel-startup": "^0.1.4",
79-
"highlight.js": "^8.9.1",
80-
"kerberos": "0.0.17",
81-
"keytar": "mongodb-js/node-keytar#compass-production",
82-
"localforage": "^1.3.0",
83-
"marky-mark": "^1.2.1",
84-
"mongodb-collection-model": "^0.1.1",
85-
"mongodb-connection-model": "^3.0.7",
86-
"mongodb-instance-model": "^1.0.2",
87-
"mongodb-js-metrics": "^0.2.2",
88-
"mongodb-ns": "^1.0.1",
89-
"ms": "^0.7.1",
90-
"node-notifier": "^4.3.1",
91-
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.4.6/scout-server-0.4.6.tar.gz"
92-
},
93-
"devDependencies": {
9477
"ampersand-app": "^1.0.4",
9578
"ampersand-collection": "^1.5.0",
9679
"ampersand-collection-filterable": "^0.2.1",
@@ -111,6 +94,25 @@
11194
"async": "^1.5.0",
11295
"backoff": "^2.4.1",
11396
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.3.5.tar.gz",
97+
"debug": "^2.2.0",
98+
"electron-squirrel-startup": "^0.1.4",
99+
"highlight.js": "^8.9.1",
100+
"kerberos": "0.0.17",
101+
"keytar": "mongodb-js/node-keytar#compass-production",
102+
"localforage": "^1.3.0",
103+
"marky-mark": "^1.2.1",
104+
"mongodb-collection-model": "^0.1.1",
105+
"mongodb-connection-model": "^3.0.7",
106+
"mongodb-instance-model": "^1.0.2",
107+
"mongodb-js-metrics": "^0.2.2",
108+
"mongodb-ns": "^1.0.1",
109+
"ms": "^0.7.1",
110+
"mongodb-language-model": "^0.3.3",
111+
"mongodb-schema": "^3.3.1",
112+
"node-notifier": "^4.3.1",
113+
"scout-server": "http://bin.mongodb.org/js/scout-server/v0.4.6/scout-server-0.4.6.tar.gz"
114+
},
115+
"devDependencies": {
114116
"browserify": "^12.0.1",
115117
"chalk": "^1.1.1",
116118
"d3": "^3.5.6",
@@ -145,8 +147,6 @@
145147
"mongodb-extended-json": "^1.5.3",
146148
"mongodb-js-fmt": "^0.0.3",
147149
"mongodb-js-precommit": "^0.2.8",
148-
"mongodb-language-model": "^0.3.3",
149-
"mongodb-schema": "^3.3.1",
150150
"mousetrap": "^1.5.3",
151151
"node-notifier": "^4.3.1",
152152
"numeral": "^1.5.3",

0 commit comments

Comments
 (0)