Skip to content

Commit

Permalink
fix: fix ouput types path
Browse files Browse the repository at this point in the history
  • Loading branch information
molvqingtai committed Mar 12, 2024
1 parent a7fcaa5 commit d0d896f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "testing-library-extra",
"version": "1.0.0",
"description": "Add bySelector and byAttribute to @testing-library/dom",
"main": "dist/index.js",
"type": "module",
"types": "dist/types/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc --watch",
"build": "npm run clean && tsc",
Expand Down

0 comments on commit d0d896f

Please sign in to comment.