git ssb

0+

cel-desktop / ssb-pkg



Tree: 4efee7a47afd6f4413cbd04ea28cc28bae04b389

Files: 4efee7a47afd6f4413cbd04ea28cc28bae04b389 / dictionary / phantom.js

402 bytesRaw
1'use strict';
2
3module.exports = {
4 pkg: {
5 patches: {
6 'lib/phantom.js': [
7 '__dirname + \'/shim/index.js\'',
8 '_path2.default.join(_path2.default.dirname(process.execPath), \'phantom/index.js\')'
9 ]
10 },
11 deployFiles: [
12 [ 'lib/shim/index.js', 'phantom/index.js' ],
13 [ 'lib/shim/function_bind_polyfill.js', 'phantom/function_bind_polyfill.js' ]
14 ]
15 }
16};
17

Built with git-ssb-web