summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/libnpmpublish/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/libnpmpublish/index.js')
-rw-r--r--deps/npm/node_modules/libnpmpublish/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/npm/node_modules/libnpmpublish/index.js b/deps/npm/node_modules/libnpmpublish/index.js
new file mode 100644
index 0000000000..38de9ece14
--- /dev/null
+++ b/deps/npm/node_modules/libnpmpublish/index.js
@@ -0,0 +1,4 @@
+module.exports = {
+ publish: require('./publish.js'),
+ unpublish: require('./unpublish.js')
+}