Skip to content

Commit

Permalink
Remove support for v5-6 and bumps up package version
Browse files Browse the repository at this point in the history
  • Loading branch information
johncrisostomo committed Feb 12, 2019
1 parent 6bc6b0d commit 58b9eb0
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 86 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,11 +1,10 @@
language: node_js
node_js:
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
cache: yarn
before_script: npm run test
script: npm run coverage
Expand Down
173 changes: 90 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "get-ssl-certificate",
"version": "2.3.1",
"version": "2.3.2",
"description": "A micro-library that returns a website's SSL certificate",
"main": "index.js",
"scripts": {
Expand Down

1 comment on commit 58b9eb0

@DanielRuf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend 11 => node to fail early (when 12 is released).

Please sign in to comment.