Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Fix typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas-Kullmann committed Jun 26, 2019
1 parent 34926e3 commit 5aaef2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataTable } from 'cucumber';
import { TableDefinition } from 'cucumber';
import testcafe, { t } from 'testcafe';

export * from 'testcafe';
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gherkin-testcafe",
"version": "2.3.1",
"version": "2.3.2",
"author": "Lukas Kullmann <[email protected]>",
"contributors": [
"Wilhelm Behncke <[email protected]>",
Expand Down

0 comments on commit 5aaef2c

Please sign in to comment.