Skip to content

Commit b2bc5b4

Browse files
committed
fix(gulpfile): fix default name for umd module on bundling
1 parent f800005 commit b2bc5b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ gulp.task( 'build', ( done ) => {
296296
string: [ 'n', 'i', 'f', 'e' ],
297297
boolean: [ 's', 't' ],
298298
default: {
299-
n: 'Itee.Utils',
299+
n: 'Itee.Database',
300300
i: path.join( __dirname, 'sources', `${packageInfos.name}.js` ),
301301
o: path.join( __dirname, 'builds' ),
302302
f: 'esm,cjs',

0 commit comments

Comments
 (0)