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

Commit 4c5b008

Browse files
dependabot-preview[bot]imlucas
andcommittedJan 21, 2020
build(deps): bump async from 2.6.1 to 3.1.0 (#98)
* Bump async from 2.6.1 to 3.1.0 Bumps [async](https://github.com/caolan/async) from 2.6.1 to 3.1.0. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](caolan/async@v2.6.1...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * chore: clean up to fix travis Co-authored-by: Lucas Hrabovsky <hrabovsky.lucas@gmail.com>
1 parent 28981c0 commit 4c5b008

File tree

5 files changed

+45
-998
lines changed

5 files changed

+45
-998
lines changed
 

‎.jsfmtrc

-174
This file was deleted.

‎.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
test/
22
.eslintrc
3-
.jsfmtrc
43
.travis.yml

‎.travis.yml

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
sudo: false
2+
dist: bionic
23
language: node_js
34
node_js:
4-
- 5
5-
- 6
6-
- 7
7-
- node
8-
5+
- 12.4.0
6+
install:
7+
- npm ci
98
script:
10-
- npm run ci
9+
- npm run check
1110
- npm test
12-
13-
cache:
14-
directories:
15-
- node_modules
11+
cache: npm

‎package-lock.json

+37-804
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,12 @@
1717
"extended-json"
1818
],
1919
"scripts": {
20-
"fmt": "mongodb-js-fmt",
2120
"test": "mocha",
22-
"ci": "npm run check",
2321
"check": "mongodb-js-precommit"
2422
},
25-
"precommit": [
26-
"check"
27-
],
2823
"dependencies": {
2924
"JSONStream": "^1.1.1",
30-
"async": "^2.0.1",
25+
"async": "^3.1.0",
3126
"bson": "^1.0.1",
3227
"event-stream": "^4.0.1",
3328
"lodash.isfunction": "^3.0.6",
@@ -39,9 +34,7 @@
3934
"debug": "^4.1.1",
4035
"eslint-config-mongodb-js": "^5.0.3",
4136
"mocha": "~3.2.0",
42-
"mongodb-js-fmt": "^0.0.3",
4337
"mongodb-js-precommit": "^0.2.9",
44-
"mongodb-schema": "^8.2.1",
45-
"pre-commit": "^1.1.1"
38+
"mongodb-schema": "^8.2.1"
4639
}
4740
}

0 commit comments

Comments
 (0)
This repository has been archived.