Skip to content

Commit

Permalink
chore: remove tt
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Dec 9, 2024
1 parent f35b1b1 commit b8df73e
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module.exports = {
eager: false,
},
nonsense: {
request: 'lib-two', // reuiqrE('lib-two)
request: 'lib-two',
import: 'lib2',
shareKey: 'lib-two',
requiredVersion: '^1.0.0',
Expand All @@ -136,21 +136,13 @@ module.exports = {
issuerLayer: 'lib-two-layer',
layer: 'differing-layer',
},
oruihrioeudjoeijroei: {
multi: {
request: 'multi-pkg/',
requiredVersion: '^2.0.0',
version: '2.0.0',
strictVersion: true,
eager: true,
},
'@tiktok/': {
requiredVersion: '^2.0.0',
version: '2.0.0',
strictVersion: true,
eager: true,
issuerLayer: 'prefixed-layer',
layer: 'multi-pkg-layer',
},
},
}),
],
Expand Down

0 comments on commit b8df73e

Please sign in to comment.