Skip to content

Commit

Permalink
Remove underscore [bad cherry-pick from v6], fixes #771
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Aug 8, 2019
1 parent 7cc11a4 commit b16c4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerlessOffline.js
Expand Up @@ -489,7 +489,7 @@ module.exports = class ServerlessOffline {

// TODO: missing tests
_verifyServerlessVersionCompatibility() {
const { version: currentVersion } = this._serverless;
const { version: currentVersion } = this.serverless;
const { serverless: requiredVersion } = pkg.peerDependencies;

const versionIsSatisfied = satisfiesVersionRange(
Expand Down

0 comments on commit b16c4f5

Please sign in to comment.