Skip to content

Commit 76a3c51

Browse files
authored
chore: replace btsm with tsm (#3740)
1 parent a9839b4 commit 76a3c51

File tree

10 files changed

+120
-118
lines changed

10 files changed

+120
-118
lines changed

packages/cli/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@types/less": "^3.0.3",
9393
"@types/node": "^14",
9494
"autoprefixer": "10.4.13",
95-
"btsm": "2.2.2",
95+
"tsm": "2.3.0",
9696
"html-webpack-plugin": "5.5.0",
9797
"jest": "^29",
9898
"postcss": "8.4.21",

packages/cli/core/tests/btsm.test.ts renamed to packages/cli/core/tests/tsm.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('jsnext:source', () => {
77
test('process exit status is 0', () => {
88
const { status, stdout, stderr } = spawnSync(
99
process.execPath,
10-
['--conditions=jsnext:source', '-r', 'btsm', 'src/bin.ts'],
10+
['--conditions=jsnext:source', '-r', 'tsm', 'src/bin.ts'],
1111
{
1212
cwd: kPackageDir,
1313
encoding: 'utf-8',

0 commit comments

Comments
 (0)