Skip to content

Commit

Permalink
Adhere to lint rule: re-order keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyhe committed Sep 2, 2024
1 parent 222eae7 commit b61cb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/expect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"./package.json": "./package.json",
"./build/matchers": "./build/matchers.js",
"./build/toThrowMatchers": "./build/toThrowMatchers.js",
"./build/spyMatchers": "./build/spyMatchers.js"
"./build/spyMatchers": "./build/spyMatchers.js",
"./build/toThrowMatchers": "./build/toThrowMatchers.js"
},
"dependencies": {
"@jest/expect-utils": "workspace:*",
Expand Down

0 comments on commit b61cb1b

Please sign in to comment.