Skip to content

Commit a4c2d77

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/shell-api/scripts/api-postprocess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as babel from '@babel/core';
22
import type * as BabelTypes from '@babel/types';
33
import { promises as fs } from 'fs';
44
import path from 'path';
5-
import { signatures } from '../src';
5+
import { signatures } from '../';
66
import enUs from '../../i18n/src/locales/en_US';
77

88
function applyAsyncRewriterChanges() {

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)