Skip to content

Commit 93637ae

Browse files
committed
chore(removing requires): removing requires
1 parent eab1add commit 93637ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/release.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-template-curly-in-string */
2-
const name = require('./package.json').name;
3-
const libraryFolderName = require('./project.json').name;
2+
const name = import('./package.json').name;
3+
const libraryFolderName = import('./project.json').name;
44
const srcRoot = `packages/${libraryFolderName}`;
55

66
module.exports = {

0 commit comments

Comments
 (0)