Skip to content

Commit

Permalink
fix(gulpfile): fix default name of package to use in banner
Browse files Browse the repository at this point in the history
  • Loading branch information
IG\tvalcke committed Aug 4, 2019
1 parent 641db3b commit 67b76eb
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 @@ -293,7 +293,7 @@ gulp.task( 'build', ( done ) => {
string: [ 'n', 'i', 'f', 'e' ],
boolean: [ 's', 't' ],
default: {
n: 'Itee.Validators',
n: 'Itee.Server',
i: path.join( __dirname, 'sources', `${packageInfos.name}.js` ),
o: path.join( __dirname, 'builds' ),
f: 'esm,cjs,iife,umd',
Expand Down

0 comments on commit 67b76eb

Please sign in to comment.