Skip to content

Commit e751034

Browse files
committed
chore(fixing release config): fixing release config
1 parent 93637ae commit e751034

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/core/release.config.js

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

68
module.exports = {

0 commit comments

Comments
 (0)