Skip to content

Commit

Permalink
bump dev deps, bump testing node version, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Jul 29, 2020
1 parent a8508c7 commit 2496260
Show file tree
Hide file tree
Showing 6 changed files with 1,640 additions and 1,700 deletions.
2 changes: 2 additions & 0 deletions .npmrc
@@ -0,0 +1,2 @@
registry=https://registry.npmjs.org
save-exact=true
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "8"
- "9"
- "10"
- "12"
- "14"
after_success:
- npm run coverage && npm run coveralls
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -9,7 +9,6 @@ const {colors} = lib;
const needEmail = process.argv[2];
const userEmail = lib.getUserEmail();


if (!needEmail)
{
colors.red('No email to check! Please provide email to check in package.json!');
Expand Down

0 comments on commit 2496260

Please sign in to comment.