Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Mar 17, 2021
1 parent d96ce21 commit 13b4b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
matrix:
include:
- node_js: "8"
script: "npm test"
- node_js: "10"
script: "npm test"
- node_js: "12"
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": "decomment",
"version": "0.9.3",
"version": "0.9.4",
"description": "Removes comments from JSON/JavaScript, CSS/HTML, CPP/H, etc.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"coveralls": "3.1.0",
"eslint": "7.5.0",
"eslint": "7.22.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0"
}
Expand Down

0 comments on commit 13b4b26

Please sign in to comment.