git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: 06f2cf64aba94839fa02b58ea578954fba561c5d

Files: 06f2cf64aba94839fa02b58ea578954fba561c5d / index.js

156 bytesRaw
1const bulk = require('bulk-require')
2
3module.exports = {
4 patchcore: bulk(__dirname, [
5 './!(index).js',
6 './!(node_modules|example)/**/*.js'
7 ])
8}
9

Built with git-ssb-web