Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 3, 2019
1 parent 29b2bcc commit 89dcf79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions lib/config.js
Expand Up @@ -76,10 +76,6 @@ class Config {
);
}

getOption(key) {
return _.get(this.options, key);
}

getOptions() {
return Object.assign({}, this.options, this.runtimeOptions);
}
Expand Down
4 changes: 0 additions & 4 deletions lib/version.js
Expand Up @@ -49,10 +49,6 @@ class Version {
return Boolean(semver.valid(version));
}

coerce(value) {
return semver.coerce(value);
}

get latestVersion() {
return this.details.latestVersion;
}
Expand Down

0 comments on commit 89dcf79

Please sign in to comment.