Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit d2b2a5e

Browse files
committed
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 1a078e8 commit d2b2a5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,13 @@
224224
"typescript": "5.4.3",
225225
"ts-node": "^10.9.1"
226226
},
227+
"peerDependencies": {
228+
"postcss": "^8.4.19",
229+
"webpack": "^4.0.0 || ^5.0.0"
230+
},
227231
"@casualbot/jest-sonar-reporter": {
228232
"outputDirectory": "coverage",
229233
"outputName": "jest-sonar-report.xml",
230234
"relativePaths": true
231-
},
232-
"peerDependencies": {
233-
"postcss": "^8.4.19",
234-
"webpack": "^4.0.0 || ^5.0.0"
235235
}
236236
}

0 commit comments

Comments
 (0)