We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c6308 commit 09d39e3Copy full SHA for 09d39e3
1 file changed
package.json
@@ -3,7 +3,7 @@
3
"version": "0.1.0",
4
"description": "Simple and complete Solid testing utilities that encourage good testing practices.",
5
"main": "dist/index.js",
6
- "types": "types/index.d.ts",
+ "types": "dist/index.d.ts",
7
"license": "MIT",
8
"author": "Ryan Carniato",
9
"homepage": "https://github.com/ryansolid/solid-testing-library#readme",
@@ -15,7 +15,7 @@
15
"url": "https://github.com/ryansolid/solid-testing-library/issues"
16
},
17
"engines": {
18
- "node": ">= 10"
+ "node": ">= 12"
19
20
"keywords": [
21
"testing",
0 commit comments