Skip to content

Commit 896cf61

Browse files
authored
Merge pull request #12 from gnought/master
Update dependencies and support nodejs 12
2 parents 25d743d + 4d2f9b2 commit 896cf61

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "4"
6-
- "6"
3+
- 0.10
4+
- 0.12
5+
- 4
6+
- 6
7+
- 8
8+
- 10
9+
- 12
710
after_script:
811
npm run coverage

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
},
2929
"homepage": "https://github.com/mcollina/fastparallel",
3030
"devDependencies": {
31-
"async": "^2.5.0",
32-
"coveralls": "^2.13.1",
31+
"async": "^3.1.0",
32+
"coveralls": "^3.0.4",
3333
"fastbench": "^1.0.1",
3434
"faucet": "0.0.1",
35-
"insync": "^2.1.0",
35+
"insync": "^2.1.1",
3636
"istanbul": "^0.4.5",
37-
"items": "^2.1.1",
38-
"neo-async": "^2.0.0",
39-
"parallelize": "^3.0.0",
37+
"items": "^2.1.2",
38+
"neo-async": "^2.6.1",
39+
"parallelize": "^3.0.1",
4040
"pre-commit": "^1.2.2",
41-
"standard": "^10.0.0",
42-
"tape": "^4.7.0"
41+
"standard": "^12.0.1",
42+
"tape": "^4.11.0"
4343
},
4444
"dependencies": {
45-
"reusify": "^1.0.1",
45+
"reusify": "^1.0.4",
4646
"xtend": "^4.0.1"
4747
}
4848
}

0 commit comments

Comments
 (0)