chore(package): bump deps

This commit is contained in:
Daniel
2018-06-22 18:24:09 +02:00
parent f3ef2a877d
commit ed515f7017
6 changed files with 3516 additions and 855 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ function createIndexFile() {
function compile() {
Logger.profile('build-es5');
webpack(webpackConfig, (err, stats) => {
Logger.profile('build-es5', { level: 'verbose' });
Logger.profile('build-es5');
if (err) Logger.error('Error occurred while compiling with Webpack', err);
else {
Logger.info('Compiled ES5 file with Webpack successfully.');
+1 -1
View File
@@ -106,7 +106,7 @@ async function publish(ignoreErrors = false) {
Logger.error('Error publishing!');
Logger.error(e);
}
Logger.profile('Publishing', { level: 'verbose' });
Logger.profile('Publishing');
}
prepare();