git ssb

7+

dinoworm ๐Ÿ› / patchcore



Tree: cd151347fcac2cd4cc243c66292007e42ae74158

Files: cd151347fcac2cd4cc243c66292007e42ae74158 / 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