Skip to content

Commit fdeeb03

Browse files
committed
chore: ../lib -> ../
1 parent 231b794 commit fdeeb03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/async-rewriter2/scripts/make-runtime-support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (process.argv[2] === '--firstpass') {
2121

2222
// Actually create the contents only once AsyncRewriter has actually been
2323
// compiled.
24-
const AsyncRewriter = require('../lib').default;
24+
const AsyncRewriter = require('../').default;
2525
const rewriter = new AsyncRewriter();
2626
const runtimeSupportCode = rewriter.process(
2727
rewriter.unprocessedRuntimeSupportCode() + fs.readFileSync(inJS, 'utf8')

packages/shell-api/scripts/report-supported-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-console */
2-
import { signatures } from '../lib';
2+
import { signatures } from '../';
33

44
Object.keys(signatures)
55
.sort()

0 commit comments

Comments
 (0)