Skip to content

Commit

Permalink
Updated dependencies, silenced last eslint warning.
Browse files Browse the repository at this point in the history
Dependency updates removed several security issues shown
by npm audit.
  • Loading branch information
Frank Schmid committed Apr 30, 2019
1 parent 906af0d commit a055c8a
Show file tree
Hide file tree
Showing 4 changed files with 3,672 additions and 3,621 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2017 Nicola Peduzzi / Frank Schmid
Copyright (c) 2016-2019 Nicola Peduzzi / Frank Schmid

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/wpwatch.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
this.serverless.cli.log('Watching for changes...');
callback();
} else if (canEmit && currentCompileWatch === null) {
currentCompileWatch = BbPromise.resolve(
currentCompileWatch = BbPromise.resolve( // eslint-disable-line promise/no-promise-in-callback
this.serverless.pluginManager.spawn('webpack:compile:watch')
).then(() => this.serverless.cli.log('Watching for changes...'));
}
Expand Down
Loading

0 comments on commit a055c8a

Please sign in to comment.