Skip to content

Commit

Permalink
fix(gulpfile): fix default name for umd module on bundling
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Aug 2, 2019
1 parent f800005 commit b2bc5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ gulp.task( 'build', ( done ) => {
string: [ 'n', 'i', 'f', 'e' ],
boolean: [ 's', 't' ],
default: {
n: 'Itee.Utils',
n: 'Itee.Database',
i: path.join( __dirname, 'sources', `${packageInfos.name}.js` ),
o: path.join( __dirname, 'builds' ),
f: 'esm,cjs',
Expand Down

0 comments on commit b2bc5b4

Please sign in to comment.