Files: d456a6cc8589489e558e6164750474ed2cfc961e / dictionary / connect.js
163 bytesRaw
1 | ; |
2 | |
3 | module.exports = { |
4 | pkg: { |
5 | scripts: [ |
6 | 'lib/middleware/*.js' |
7 | ], |
8 | assets: [ |
9 | 'lib/public/**/*' // for connect@2.3 |
10 | ] |
11 | } |
12 | }; |
13 |
Built with git-ssb-web