Skip to content

Commit 30ad09a

Browse files
committed
Update import statements
1 parent d3288df commit 30ad09a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages-exp/messaging-exp/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import json from 'rollup-plugin-json';
18+
import json from '@rollup/plugin-json';
1919
import pkg from './package.json';
2020
import typescript from 'typescript';
2121
import typescriptPlugin from 'rollup-plugin-typescript2';

packages-exp/messaging-exp/rollup.config.release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
import { importPathTransformer } from '../../scripts/exp/ts-transform-import-path';
19-
import json from 'rollup-plugin-json';
19+
import json from '@rollup/plugin-json';
2020
import pkg from './package.json';
2121
import typescript from 'typescript';
2222
import typescriptPlugin from 'rollup-plugin-typescript2';

0 commit comments

Comments
 (0)