Skip to content

Commit

Permalink
add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Jun 23, 2024
1 parent 7e6371a commit 9679b7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"scripts": {
"test": "ts-node ./tests.ts"
},
"exports": {
".": "./assert/CustomAssert.js"
},
"types": "./assert/CustomAssert.d.ts",
"devDependencies": {
"@types/eslint": "^8.56.6",
"@types/node": "^20.14.8",
Expand Down

0 comments on commit 9679b7c

Please sign in to comment.