Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit c99563c

Browse files
author
Torsten Link
committed
fix(package): Changed the main file to index.js
1 parent c476764 commit c99563c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kronos-interceptor-object-data-processor-chunk",
33
"version": "0.0.0",
44
"description": "Splits a line by a sparator into tokens.",
5-
"main": "lib/data-processor-chunk.js",
5+
"main": "index.js",
66
"scripts": {
77
"cover": "node ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests",
88
"doc": "jsdoc lib/*.js",

0 commit comments

Comments
 (0)