template-project/node_modules/pkg/dictionary/socket.io-client.js
2025-05-30 18:13:30 +08:00

14 lines
184 B
JavaScript

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