Skip to content

Commit

Permalink
Use snake_case in JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Jul 31, 2024
1 parent e3ee42f commit 9b96f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mini-oxygen/src/vite/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function oxygen(pluginOptions: OxygenPluginOptions = {}): Plugin[] {
const oxygenJsonFile = 'oxygen.json';
const oxygenJsonContent = {
version: 1,
compatibilityDate: apiOptions.compatibilityDate,
compatibility_date: apiOptions.compatibilityDate,
};

bundle[oxygenJsonFile] = {
Expand Down

0 comments on commit 9b96f30

Please sign in to comment.