Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(types): type checking declarations (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
tozes authored and kuceb committed Dec 3, 2019
1 parent f1cd179 commit a26b9d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.2.2",
"description": "Cypress plugin allowing tests to retry a configurable amount of times",
"main": "lib/support",
"types": "lib/index.d.ts",
"scripts": {
"lint": "eslint --ext json,js,ts .",
"test": "cypress run --spec '**/unit/**'",
Expand Down

0 comments on commit a26b9d0

Please sign in to comment.