Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: node-config/node-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 21d3094bda672a3d7d294b2a5e8658379f2f890f
Choose a base ref
...
head repository: node-config/node-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9fa7022ad1341d10f9846ef821c6157ac5a8e13b
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Feb 21, 2020

  1. Updated copyright dates

    lorenwest committed Feb 21, 2020
    Copy the full SHA
    d3616e6 View commit details
  2. Updated copyright dates

    lorenwest committed Feb 21, 2020
    Copy the full SHA
    9fa7022 View commit details
Showing with 9 additions and 4 deletions.
  1. +5 −0 History.md
  2. +1 −1 LICENSE
  3. +1 −1 README.md
  4. +1 −1 lib/config.js
  5. +1 −1 package.json
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.2.6 / 2020-02-21
==================

* Updated copyright date ranges

3.2.5 / 2020-01-16
==================

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2010-2018, Loren West and other contributors
// Copyright 2010-2020, Loren West and other contributors

// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -171,6 +171,6 @@ License

May be freely distributed under the [MIT license](https://raw.githubusercontent.com/lorenwest/node-config/master/LICENSE).

Copyright (c) 2010-2018 Loren West
Copyright (c) 2010-2020 Loren West
[and other contributors](https://github.com/lorenwest/node-config/graphs/contributors)

2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// config.js (c) 2010-2015 Loren West and other contributors
// config.js (c) 2010-2020 Loren West and other contributors
// May be freely distributed under the MIT license.
// For further details and documentation:
// http://lorenwest.github.com/node-config
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "config",
"version": "3.2.5",
"version": "3.2.6",
"main": "./lib/config.js",
"description": "Configuration control for production node deployments",
"author": "Loren West <open_source@lorenwest.com>",