File tree 2 files changed +9
-10
lines changed
2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
-
10
- ## [ v1.0.2] ( https://github.com/inspect-js/is-date-object/compare/v1.0.1...v1.0.2 ) - 2019-12-19
8
+ ## [ v1.0.2] ( https://github.com/inspect-js/is-date-object/compare/v1.0.1...v1.0.2 ) - 2019-12-18
11
9
12
10
### Commits
13
11
Original file line number Diff line number Diff line change 13
13
"pretest" : " npm run lint" ,
14
14
"test" : " npm run tests-only" ,
15
15
"tests-only" : " node --harmony --es-staging test" ,
16
- "posttest" : " npx aud --production" ,
16
+ "posttest" : " aud --production" ,
17
17
"coverage" : " covert test/index.js" ,
18
18
"lint" : " eslint ." ,
19
19
"version" : " auto-changelog && git add CHANGELOG.md" ,
32
32
],
33
33
"dependencies" : {},
34
34
"devDependencies" : {
35
- "@ljharb/eslint-config" : " ^16.0 .0" ,
36
- "aud" : " ^1.1.1 " ,
37
- "auto-changelog" : " ^2.0 .0" ,
35
+ "@ljharb/eslint-config" : " ^17.2 .0" ,
36
+ "aud" : " ^1.1.2 " ,
37
+ "auto-changelog" : " ^2.2 .0" ,
38
38
"covert" : " ^1.1.1" ,
39
- "eslint" : " ^6.8 .0" ,
39
+ "eslint" : " ^7.9 .0" ,
40
40
"foreach" : " ^2.0.5" ,
41
41
"indexof" : " ^0.0.1" ,
42
42
"is" : " ^3.3.0" ,
43
43
"safe-publish-latest" : " ^1.1.4" ,
44
- "tape" : " ^5.0.0-next.5 "
44
+ "tape" : " ^5.0.1 "
45
45
},
46
46
"testling" : {
47
47
"files" : " test/index.js" ,
69
69
"template" : " keepachangelog" ,
70
70
"unreleased" : false ,
71
71
"commitLimit" : false ,
72
- "backfillLimit" : false
72
+ "backfillLimit" : false ,
73
+ "hideCredit" : true
73
74
}
74
75
}
You can’t perform that action at this time.
0 commit comments