Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-01-28 01:17:16 +0300
committerisaacs <i@izs.me>2011-01-28 01:17:16 +0300
commit85983a384e3271160e17d07dd9237e7cb35f0a52 (patch)
tree981e167a066de6d39251dfdbf23f537d086f6cec /npm.js
parent7f29b32d1d06a7c644cf2d518d917fdb9dd89875 (diff)
Allow forceful publishing
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/npm.js b/npm.js
index e1c7f4005..fc8bbfe62 100644
--- a/npm.js
+++ b/npm.js
@@ -24,6 +24,8 @@ var EventEmitter = require("events").EventEmitter
npm.commands = {}
npm.ELIFECYCLE = {}
npm.E404 = {}
+npm.EPUBLISHCONFLICT = {}
+
try {
// startup, ok to do this synchronously