Skip to content

Commit f11b07b

Browse files
committed
Fix linter errors
1 parent 6ce7ddd commit f11b07b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/api.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class API {
8181
// cache state of plugins, as these will be wiped
8282
const plugins = (await new Project({ cwd }).getInstallTargets())
8383
.map(p => p.isLocalSource ? p.sourcePath : `${p.name}@${p.requestedVersion}`)
84-
84+
8585
await this.installFramework({ version, repository, cwd, logger })
8686
// restore plugins
8787
await this.installPlugins({ plugins, cwd, logger })
@@ -93,11 +93,11 @@ class API {
9393
* @returns {string}
9494
*/
9595
getCurrentFrameworkVersion ({
96-
cwd = process.cwd(),
96+
cwd = process.cwd()
9797
} = {}) {
9898
return new Project({ cwd }).version
9999
}
100-
100+
101101
/**
102102
* @param {Object} options
103103
* @param {Object} [options.repository=ADAPT_FRAMEWORK] The github repository url

0 commit comments

Comments
 (0)