Skip to content
This repository was archived by the owner on May 31, 2022. It is now read-only.

Commit 0232a62

Browse files
committed
chore: Update dependencies
- mongodb-js/compass#1873 is upgrading electron - mongodb-js-fmt is deprecated
1 parent 4602ff1 commit 0232a62

File tree

4 files changed

+5
-181
lines changed

4 files changed

+5
-181
lines changed

.jsfmtrc

Lines changed: 0 additions & 174 deletions
This file was deleted.

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- 10.2.1
4+
- 12.4.0
55
addons:
66
apt:
77
sources:

package-lock.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,8 @@
1717
"ci": "npm run check && npm test",
1818
"pretest": "mongodb-runner install",
1919
"test": "mocha",
20-
"fmt": "mongodb-js-fmt ./*.js lib/*.js ./test/*.js",
2120
"check": "mongodb-js-precommit"
2221
},
23-
"precommit": [
24-
"check"
25-
],
2622
"dependencies": {
2723
"ampersand-model": "^8.0.0",
2824
"ampersand-rest-collection": "^6.0.0",
@@ -46,7 +42,7 @@
4642
"bson": "^4.0.1",
4743
"chai": "^4.2.0",
4844
"chai-subset": "^1.6.0",
49-
"electron": "^4.0.6",
45+
"electron": "^6.0.0",
5046
"eslint-config-mongodb-js": "^5.0.3",
5147
"lodash.foreach": "^4.5.0",
5248
"mocha": "^6.2.2",

0 commit comments

Comments
 (0)