Skip to content

Commit 6aecc8a

Browse files
author
chengyu.chengyulia
committed
feat: export create-entry
1 parent 5cd557e commit 6aecc8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pri",
3-
"version": "4.3.8",
3+
"version": "4.3.9-beta.0",
44
"types": "src/node/index.ts",
55
"main": "built/node/index.js",
66
"scripts": {

src/node/project/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import { lint, lintFilter } from './lint';
44
import * as whiteFileRules from './white-file-rules';
55
import { IAnalyseProject, ICreateEntry } from '../../utils/define';
66

7+
export { analyseProject } from '../../utils/analyse-project';
8+
export { createEntry } from '../../utils/create-entry';
79
export { ensureProjectFiles, addProjectFiles } from './on-ensure-project-files';
810

911
/**

0 commit comments

Comments
 (0)