Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog
Browse files Browse the repository at this point in the history
…, `object-inspect`, `tape`
  • Loading branch information
ljharb committed Sep 20, 2020
1 parent 9c34bd1 commit 4cd0edd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Expand Up @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## v1.0.0 - 2018-09-21
## v1.0.0 - 2018-09-20

### Commits

Expand Down
13 changes: 7 additions & 6 deletions package.json
Expand Up @@ -33,21 +33,22 @@
},
"homepage": "https://github.com/ljharb/is-bigint#readme",
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.0",
"auto-changelog": "^2.0.0",
"eslint": "^6.8.0",
"auto-changelog": "^2.2.1",
"eslint": "^7.9.0",
"has-symbols": "^1.0.1",
"object-inspect": "^1.7.0",
"object-inspect": "^1.8.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5"
"tape": "^5.0.1"
},
"dependencies": {},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit 4cd0edd

Please sign in to comment.