config 3.2.5 → 3.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/History.md CHANGED
@@ -1,3 +1,8 @@
1
+ 3.2.6 / 2020-02-21
2
+ ==================
3
+
4
+ * Updated copyright date ranges
5
+
1
6
  3.2.5 / 2020-01-16
2
7
  ==================
3
8
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2010-2018, Loren West and other contributors
1
+ // Copyright 2010-2020, Loren West and other contributors
2
2
 
3
3
  // Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  // of this software and associated documentation files (the "Software"), to
package/README.md CHANGED
@@ -171,6 +171,6 @@ License
171
171
 
172
172
  May be freely distributed under the [MIT license](https://raw.githubusercontent.com/lorenwest/node-config/master/LICENSE).
173
173
 
174
- Copyright (c) 2010-2018 Loren West
174
+ Copyright (c) 2010-2020 Loren West
175
175
  [and other contributors](https://github.com/lorenwest/node-config/graphs/contributors)
176
176
 
package/lib/config.js CHANGED
@@ -1,4 +1,4 @@
1
- // config.js (c) 2010-2015 Loren West and other contributors
1
+ // config.js (c) 2010-2020 Loren West and other contributors
2
2
  // May be freely distributed under the MIT license.
3
3
  // For further details and documentation:
4
4
  // http://lorenwest.github.com/node-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "config",
3
- "version": "3.2.5",
3
+ "version": "3.2.6",
4
4
  "main": "./lib/config.js",
5
5
  "description": "Configuration control for production node deployments",
6
6
  "author": "Loren West <open_source@lorenwest.com>",