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