Skip to content

Commit 09d39e3

Browse files
committed
types
1 parent 96c6308 commit 09d39e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Simple and complete Solid testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",
6-
"types": "types/index.d.ts",
6+
"types": "dist/index.d.ts",
77
"license": "MIT",
88
"author": "Ryan Carniato",
99
"homepage": "https://github.com/ryansolid/solid-testing-library#readme",
@@ -15,7 +15,7 @@
1515
"url": "https://github.com/ryansolid/solid-testing-library/issues"
1616
},
1717
"engines": {
18-
"node": ">= 10"
18+
"node": ">= 12"
1919
},
2020
"keywords": [
2121
"testing",

0 commit comments

Comments
 (0)