Skip to content

Commit

Permalink
Fix reference to index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips-cc committed Oct 16, 2023
1 parent 00887b9 commit 53cbb90
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
Expand Up @@ -26,7 +26,8 @@
"prebuild": "mkdir -p build && rimraf --glob 'build/*.json'",
"test": "exit 0"
},
"types": "./src/main.d.ts",
"main": "./src/index.d.ts",
"types": "./src/index.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 53cbb90

Please sign in to comment.