Skip to content

Commit

Permalink
Vulnerability fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
locationguru-kedarjoshi committed Jun 25, 2019
1 parent 8d04130 commit 05c93b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,21 @@
"author": "zeke",
"license": "MIT",
"dependencies": {
"anymatch": "^1.3.0",
"anymatch": "^3.0.2",
"minimist": "^1.2.0",
"parse-gitignore": "^0.4.0",
"walk-sync": "^0.3.2"
},
"devDependencies": {
"chai": "^4.0.2",
"make-dir": "^1.0.0",
"mocha": "^3.4.2",
"mocha": "^6.1.4",
"nixt": "^0.5.0",
"standard": "^10.0.2",
"standard-markdown": "^4.0.1",
"tempy": "^0.1.0"
},
"scripts": {
"test": "mocha && standard --fix && standard-markdown"
"test": "mocha && standard --fix"
},
"bin": "cli.js",
"engines": {
Expand Down

0 comments on commit 05c93b4

Please sign in to comment.