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

Commit

Permalink
chore: fix unsorted package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Dec 20, 2019
1 parent 135c433 commit 6ae34f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'",
Expand Down Expand Up @@ -45,6 +44,7 @@
"strip-ansi": "^5.2.0",
"typescript": "^3.6.2"
},
"types": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6ae34f2

Please sign in to comment.