-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from yahoo/node12
Added support for node v12
- Loading branch information
Showing
3 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ addons: | |
- g++-4.9 | ||
env: CXX=g++-4.9 CC=gcc-4.9 | ||
node_js: | ||
- "4" | ||
- "6" | ||
- "8" | ||
- "10" | ||
- "12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
{ | ||
"name": "monitr", | ||
"description": "Node process monitoring tool", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Rohini Harendra <[email protected]>", | ||
"contributors": [ | ||
{ | ||
"name": "ET", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Sylvio Marcondes", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"os": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters