Skip to content

Commit

Permalink
Added main to package info
Browse files Browse the repository at this point in the history
  • Loading branch information
targendaz2 committed Jul 5, 2024
1 parent 7826ff1 commit 343785d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-extended-code",
"version": "0.1.1",
"version": "0.1.2",
"description": "Adds code and script matchers to Jest.",
"type": "module",
"packageManager": "[email protected]",
Expand All @@ -24,6 +24,7 @@
"dist/"
],
"author": "David G Rosenberg <[email protected]>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist"
Expand Down

0 comments on commit 343785d

Please sign in to comment.