Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 30, 2020
1 parent 0998c64 commit 0ee110e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -23,7 +23,7 @@ if (typeof BigInt === 'function') {
) {
return false;
}
if (typeof value === 'bigint') { // eslint-disable-line valid-typeof
if (typeof value === 'bigint') {
return true;
}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -9,7 +9,7 @@
"pretest": "npm run lint",
"tests-only": "nyc tape 'test/**/*.js'",
"test": "npm run tests-only",
"posttest": "npx aud --production",
"posttest": "aud --production",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
Expand All @@ -33,10 +33,10 @@
},
"homepage": "https://github.com/ljharb/is-bigint#readme",
"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.0",
"@ljharb/eslint-config": "^17.3.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"eslint": "^7.10.0",
"eslint": "^7.14.0",
"has-symbols": "^1.0.1",
"nyc": "^10.3.2",
"object-inspect": "^1.8.0",
Expand Down

0 comments on commit 0ee110e

Please sign in to comment.