Skip to content

Commit 104390a

Browse files
committed
fix Config fatal issue
1 parent d424917 commit 104390a

File tree

7 files changed

+1
-209
lines changed

7 files changed

+1
-209
lines changed

dist/Config.d.ts

-12
This file was deleted.

dist/Config.js

-147
This file was deleted.

dist/Config.js.map

-1
This file was deleted.

dist/ConfigDoc.d.ts

-20
This file was deleted.

dist/ConfigDoc.js

-27
This file was deleted.

dist/ConfigDoc.js.map

-1
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@seneca/batch-processor",
33
"version": "0.4.0",
4-
"main": "dist/Config.js",
4+
"main": "dist/BatchProcessor.js",
55
"type": "commonjs",
66
"types": "dist/Config.d.ts",
77
"description": "Seneca Batch Processor",

0 commit comments

Comments
 (0)