ink-testing-library
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "ink-testing-library", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Utilities for testing Ink apps", | ||
@@ -16,5 +16,7 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "xo && ava" | ||
"test": "xo && ava && tsd" | ||
}, | ||
"types": "index.d.ts", | ||
"files": [ | ||
"index.d.ts", | ||
"index.js" | ||
@@ -28,4 +30,5 @@ ], | ||
"devDependencies": { | ||
"@babel/preset-react": "^7.0.0", | ||
"@types/react": "^16.9.17", | ||
"ava": "^1.3.1", | ||
"@babel/preset-react": "^7.0.0", | ||
"eslint-config-xo-react": "^0.19.0", | ||
@@ -36,2 +39,3 @@ "eslint-plugin-react": "^7.12.4", | ||
"react": "^16.8.4", | ||
"tsd": "^0.11.0", | ||
"xo": "^0.24.0" | ||
@@ -38,0 +42,0 @@ }, |
5952
5
69
10