Files: e9d9dec1d00ff365112ca0f981bbda15e3682528 / dictionary / bunyan.js
176 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | patches: { |
6 | 'lib/bunyan.js': [ |
7 | 'mv = require(\'mv\' + \'\');', |
8 | 'mv = require(\'mv\');' |
9 | ] |
10 | } |
11 | } |
12 | }; |
13 |
Built with git-ssb-web