From 6ae34f26b98da741a38d890d66c8c970473f6975 Mon Sep 17 00:00:00 2001 From: Ben Kucera <14625260+Bkucera@users.noreply.github.com> Date: Fri, 20 Dec 2019 12:21:39 -0500 Subject: [PATCH] chore: fix unsorted package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",