Skip to content

Commit dc71e36

Browse files
Fix package.json structure to match master (overrides before browser)
Co-authored-by: granatonatalia <[email protected]>
1 parent cccaaaa commit dc71e36

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
@@ -72,13 +72,13 @@
7272
"qs": "^6.11.0",
7373
"typescript": "~4.6.4"
7474
},
75+
"overrides": {
76+
"axios": ">=1.8.2",
77+
"form-data": ">=4.0.4"
78+
},
7579
"browser": {
7680
"fs": false,
7781
"path": false,
7882
"os": false
79-
},
80-
"overrides": {
81-
"axios": ">=1.8.2",
82-
"form-data": ">=4.0.4"
8383
}
8484
}

0 commit comments

Comments
 (0)