Skip to content

Commit

Permalink
fix: broken main path
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 18, 2022
1 parent a229008 commit 8d261bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@japa/expect-type",
"version": "1.0.1",
"description": "Write assertions for TypeScript types",
"main": "./build/index.js",
"files": [
"build/index.js",
"build/index.d.ts"
Expand Down Expand Up @@ -97,7 +98,6 @@
"branch": "main",
"anyBranch": false
},
"main": "index.js",
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit 8d261bb

Please sign in to comment.