Skip to content

Commit

Permalink
feat: add module and types
Browse files Browse the repository at this point in the history
  • Loading branch information
Wroud committed Jun 2, 2024
1 parent 8d5870d commit b2a9561
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"license": "MIT",
"author": "Wroud",
"sideEffects": [],
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./dist/*",
Expand Down

1 comment on commit b2a9561

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 17/17
🟢 Branches 100% 5/5
🟢 Functions 100% 3/3
🟢 Lines 100% 17/17

Test suite run success

6 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from b2a9561

Please sign in to comment.