Skip to content

Commit

Permalink
Resetting package fields for development
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot committed Aug 13, 2024
1 parent 95b2f3e commit 349c4a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"engines": {
"node": ">=20.0.0"
},
"main": "./lib/index.ts",
"main": "./src/index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_lib_main": "./lib/index.ts",
"matrix_lib_typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -250,6 +250,5 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"typings": "./lib/index.d.ts"
}
}

0 comments on commit 349c4a1

Please sign in to comment.