Skip to content

Commit 4aa1191

Browse files
authored
Merge pull request #16 from vuejs/edison/fix/languageTools
fix(language-tools): correct the package selector
2 parents a3b829f + e56dcaa commit 4aa1191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/language-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ export async function test(options: RunOptions) {
1010
beforeBuild: `pnpm dedupe --registry=${REGISTRY_ADDRESS}`,
1111
build: 'build',
1212
test: 'test',
13-
overrideVueVersion: '>3.5',
13+
overrideVueVersion: '@^3.5',
1414
})
1515
}

0 commit comments

Comments
 (0)