git ssb

0+

cel-desktop / ssb-pkg



Tree: d456a6cc8589489e558e6164750474ed2cfc961e

Files: d456a6cc8589489e558e6164750474ed2cfc961e / dictionary / liftoff.js

286 bytesRaw
1'use strict';
2
3module.exports = {
4 pkg: {
5 patches: {
6 'index.js': [
7 'resolve.sync(this.moduleName, {basedir: configBase || cwd, paths: paths})',
8 'resolve.sync(this.moduleName, {basedir: configBase || require.main.filename, paths: paths})'
9 ]
10 }
11 }
12};
13

Built with git-ssb-web