Skip to content

Commit

Permalink
Linting fixes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cshawaus committed Oct 11, 2020
1 parent 8d30336 commit 073c4de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"pre-commit": "npm run lint"
}
},
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.6",
"dependencies": {
"@aem-design/compose-support": "1.2.1",
"@babel/code-frame": "^7.10.4",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import path from 'path'
import mockConsole, { RestoreConsole } from 'jest-mock-console'
import mockFS from 'mock-fs'
import { mockProcessExit } from 'jest-mock-process'
import { createFsFromVolume, IFs, Volume } from 'memfs'
import { createFsFromVolume, Volume } from 'memfs'
import webpack from 'webpack'

import { setConfiguration } from '@/config'
Expand Down
2 changes: 0 additions & 2 deletions src/support/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ const baseEnvironmentConfig: RuntimeEnvironment = {
paths: {},
} as RuntimeEnvironment

let ifUtilsInstance: ComposeIfUtils | null = null

/**
* Retrieve the Maven configuration using the given `filePath`.
*
Expand Down

0 comments on commit 073c4de

Please sign in to comment.