Skip to content

Commit

Permalink
async version up; node.js v12 has been added to the travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed May 11, 2019
1 parent cd7c83d commit f11e656
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ node_js:
- "3.3"
- "4.9"
- "5.12"
- "6.14"
- "6.17"
- "7.10"
- "8.12"
- "8.16"
- "9.11"
- "10.13"
- "11.1"
- "10.15"
- "11.15"
- "12.2"
notifications:
slack:
on_success: never
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelf-pro",
"version": "1.3.0",
"version": "1.3.1",
"main": "./lib/gelf-pro.js",
"typings": "./typings/index.d.ts",
"author": "Kanstantsin Kamkou <kkamkou@gmail.com>",
Expand All @@ -26,7 +26,7 @@
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec; ([ `node -v | cut -d'v' -f2 | cut -d. -f1` -gt 3 ] && (cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage) || true)"
},
"dependencies": {
"async": "2.6.1",
"async": "2.6.2",
"lodash": "4.17.11"
},
"devDependencies": {
Expand Down

0 comments on commit f11e656

Please sign in to comment.