Skip to content

Commit

Permalink
[Dev Deps] update eslint, @ljharb/eslint-config, aud, `auto-cha…
Browse files Browse the repository at this point in the history
…ngelog`, `tape`
  • Loading branch information
ljharb committed Aug 28, 2020
1 parent fe92b74 commit ec51a9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 4 additions & 6 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.7](https://github.com/inspect-js/is-generator-function/compare/v1.0.6...v1.0.7) - 2017-12-28
## [v1.0.7](https://github.com/inspect-js/is-generator-function/compare/v1.0.6...v1.0.7) - 2017-12-27

### Fixed

Expand Down Expand Up @@ -37,7 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- [Tests] fix linting errors. [`9d12cdb`](https://github.com/inspect-js/is-generator-function/commit/9d12cdb4bb43c63801173635a7db92ced8f720d8)

## [v1.0.5](https://github.com/inspect-js/is-generator-function/compare/v1.0.4...v1.0.5) - 2016-12-20
## [v1.0.5](https://github.com/inspect-js/is-generator-function/compare/v1.0.4...v1.0.5) - 2016-12-19

### Commits

Expand Down Expand Up @@ -103,7 +101,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Update `jscs` [`e0b6203`](https://github.com/inspect-js/is-generator-function/commit/e0b620323be47b3925fe3cd660c063a06cfde4aa)
- Fix tests in newer v8 (and io.js) [`36f0545`](https://github.com/inspect-js/is-generator-function/commit/36f054590d4f5fa994af5f2e7d592840bf9f9d27)

## [v1.0.1](https://github.com/inspect-js/is-generator-function/compare/v1.0.0...v1.0.1) - 2014-12-15
## [v1.0.1](https://github.com/inspect-js/is-generator-function/compare/v1.0.0...v1.0.1) - 2014-12-14

### Commits

Expand Down Expand Up @@ -138,7 +136,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Updating tape [`4142cc0`](https://github.com/inspect-js/is-generator-function/commit/4142cc092e157b92a6107112b2c3f3dc9b154367)
- Better code coverage [`1831d64`](https://github.com/inspect-js/is-generator-function/commit/1831d64d859ae8d45cc9aea30248d8cabc3d1e1d)

## v0.0.0 - 2013-09-13
## v0.0.0 - 2014-02-09

### Commits

Expand Down
12 changes: 7 additions & 5 deletions package.json
Expand Up @@ -40,14 +40,15 @@
},
"dependencies": {},
"devDependencies": {
"@ljharb/eslint-config": "^16.0.0",
"auto-changelog": "^2.0.0",
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"auto-changelog": "^2.2.0",
"core-js": "^2.6.5 || ^3",
"covert": "^1.1.1",
"eslint": "^6.8.0",
"eslint": "^7.7.0",
"make-generator-function": "^2.0.0",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.0-next.5",
"tape": "^5.0.1",
"uglify-register": "^1.0.1"
},
"testling": {
Expand Down Expand Up @@ -76,6 +77,7 @@
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false
"backfillLimit": false,
"hideCredit": true
}
}

0 comments on commit ec51a9f

Please sign in to comment.