Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit a047f69

Browse files
committed
Resetting package fields for development
1 parent a7bc0e4 commit a047f69

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"engines": {
2727
"node": ">=20.0.0"
2828
},
29-
"main": "./lib/index.ts",
29+
"main": "./src/index.ts",
3030
"matrix_src_main": "./src/index.ts",
3131
"matrix_lib_main": "./lib/index.ts",
3232
"matrix_lib_typings": "./lib/index.d.ts",
@@ -250,6 +250,5 @@
250250
"outputDirectory": "coverage",
251251
"outputName": "jest-sonar-report.xml",
252252
"relativePaths": true
253-
},
254-
"typings": "./lib/index.d.ts"
253+
}
255254
}

0 commit comments

Comments
 (0)