'use strict'; module.exports = { pkg: { scripts: [ 'lib/**/*.js', // for 0.9.17 ], assets: [ 'socket.io.js', 'dist/**/*', // for 0.9.17 ], }, };