diff --git a/package.json b/package.json index c73ee06..80a49a6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "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/**'", @@ -45,6 +44,7 @@ "strip-ansi": "^5.2.0", "typescript": "^3.6.2" }, + "types": "lib/index.d.ts", "license": "MIT", "repository": { "type": "git",