Skip to content

Commit

Permalink
chore(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Jan 4, 2025
1 parent c67c353 commit f7411d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/vite",
"version": "5.3.0",
"version": "5.4.0",
"description": "Vite plugin for Athenna Framework.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/vite/plugins/athenna.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { PluginOption } from 'vite'
import type { ConfigOptions } from '#src/types'
import { config } from '#src/vite/plugins/config'

export function athenna(options: ConfigOptions): PluginOption[] {
export default function athenna(options: ConfigOptions): PluginOption[] {
const fullOptions = Object.assign(
{
assetsUrl: '/assets',
Expand Down

0 comments on commit f7411d9

Please sign in to comment.