git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 004f2ddc8ef2642ade2793f2479573826aaae30b

namespace internal module exports with 'patchwork'

Matt McKegg committed on 2/17/2017, 1:13:30 PM
Parent: ad76660a40cc006f0ccf04dd43afa04529f1b38c

Files changed

modules/index.jschanged
modules/index.jsView
@@ -1,1 +1,3 @@
1-module.exports = require('bulk-require')(__dirname, ['**/!(index).js'])
1+module.exports = {
2+ patchwork: require('bulk-require')(__dirname, ['**/!(index).js'])
3+}

Built with git-ssb-web