File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2016-2018 tclindner
3
+ Copyright (c) 2016-2019 tclindner
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -335,4 +335,4 @@ Please see [CHANGELOG.md](CHANGELOG.md).
335
335
336
336
## License
337
337
338
- Copyright (c) 2016-2018 Thomas Lindner. Licensed under the MIT license.
338
+ Copyright (c) 2016-2019 Thomas Lindner. Licensed under the MIT license.
Original file line number Diff line number Diff line change 34
34
"coverage" : " nyc --extension .js --check-coverage --lines 99 --branches 94 --functions 99 npm test"
35
35
},
36
36
"dependencies" : {
37
- "ajv" : " ^6.5.4 " ,
38
- "chalk" : " ^2.4.1 " ,
37
+ "ajv" : " ^6.7.0 " ,
38
+ "chalk" : " ^2.4.2 " ,
39
39
"glob" : " ^7.1.3" ,
40
40
"is-path-inside" : " ^2.0.0" ,
41
41
"is-plain-obj" : " ^1.1.0" ,
45
45
"plur" : " ^3.0.1" ,
46
46
"semver" : " ^5.6.0" ,
47
47
"strip-json-comments" : " ^2.0.1" ,
48
- "validator" : " ^10.8 .0"
48
+ "validator" : " ^10.11 .0"
49
49
},
50
50
"devDependencies" : {
51
51
"chai" : " ^4.2.0" ,
52
- "eslint" : " ^5.7.0 " ,
52
+ "eslint" : " ^5.12.1 " ,
53
53
"eslint-config-tc" : " ^4.2.0" ,
54
- "eslint-formatter-pretty" : " ^1.3.0 " ,
54
+ "eslint-formatter-pretty" : " ^2.1.1 " ,
55
55
"figures" : " ^2.0.0" ,
56
56
"mocha" : " ^5.2.0" ,
57
57
"npm-package-json-lint-config-default" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments