Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 24, 2020
1 parent 8252888 commit 15ed9a2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
language: node_js
matrix:
include:
- node_js: "4"
script: "npm test"
- node_js: "8"
script: "npm run travis"
- node_js: "12"
script: "npm run travis"
include:
- node_js: "8"
script: "npm test"
- node_js: "10"
script: "npm test"
- node_js: "12"
script: "npm run travis"
- node_js: "14"
script: "npm run travis"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decomment",
"version": "0.9.2",
"version": "0.9.3",
"description": "Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -45,8 +45,8 @@
"esprima": "4.0.1"
},
"devDependencies": {
"coveralls": "3.0.5",
"eslint": "6.1.0",
"coveralls": "3.1.0",
"eslint": "7.5.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0"
}
Expand Down

0 comments on commit 15ed9a2

Please sign in to comment.