Skip to content

Commit 2d27127

Browse files
committed
Bump copyright year and deps
1 parent 401fb60 commit 2d27127

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-2018 tclindner
3+
Copyright (c) 2016-2019 tclindner
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ Please see [CHANGELOG.md](CHANGELOG.md).
335335

336336
## License
337337

338-
Copyright (c) 2016-2018 Thomas Lindner. Licensed under the MIT license.
338+
Copyright (c) 2016-2019 Thomas Lindner. Licensed under the MIT license.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"coverage": "nyc --extension .js --check-coverage --lines 99 --branches 94 --functions 99 npm test"
3535
},
3636
"dependencies": {
37-
"ajv": "^6.5.4",
38-
"chalk": "^2.4.1",
37+
"ajv": "^6.7.0",
38+
"chalk": "^2.4.2",
3939
"glob": "^7.1.3",
4040
"is-path-inside": "^2.0.0",
4141
"is-plain-obj": "^1.1.0",
@@ -45,13 +45,13 @@
4545
"plur": "^3.0.1",
4646
"semver": "^5.6.0",
4747
"strip-json-comments": "^2.0.1",
48-
"validator": "^10.8.0"
48+
"validator": "^10.11.0"
4949
},
5050
"devDependencies": {
5151
"chai": "^4.2.0",
52-
"eslint": "^5.7.0",
52+
"eslint": "^5.12.1",
5353
"eslint-config-tc": "^4.2.0",
54-
"eslint-formatter-pretty": "^1.3.0",
54+
"eslint-formatter-pretty": "^2.1.1",
5555
"figures": "^2.0.0",
5656
"mocha": "^5.2.0",
5757
"npm-package-json-lint-config-default": "^2.0.0",

0 commit comments

Comments
 (0)