Skip to content

Commit

Permalink
Added publishConfig to prevent publishing to the wrong repo
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenwest committed Mar 8, 2021
1 parent f1d49a6 commit 4300710
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.3.6 / 2021-03-08
==================

* Added publishConfig element to package.json to prevent publishing to the wrong repository - @lorenwest

3.3.5 / 2021-03-05
==================

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "config",
"version": "3.3.5",
"version": "3.3.6",
"main": "./lib/config.js",
"description": "Configuration control for production node deployments",
"author": "Loren West <[email protected]>",
"homepage": "http://lorenwest.github.com/node-config",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"conf",
"config",
Expand Down

0 comments on commit 4300710

Please sign in to comment.