diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:09:30 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:09:30 -0400 |
commit | a9f3539a8609073ca4947648474a8799bff8d329 (patch) | |
tree | 2d66f29932dddc18e3a0a73b05e9d14cb45a81ad /public-src/require.config.js | |
parent | 4a8b71759345a5808f976198179360612ab08fb1 (diff) |
Update the config to what I still care about
Diffstat (limited to 'public-src/require.config.js')
-rw-r--r-- | public-src/require.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public-src/require.config.js b/public-src/require.config.js index ca9cca8..db3a0db 100644 --- a/public-src/require.config.js +++ b/public-src/require.config.js @@ -25,7 +25,7 @@ var require = { "flot/jquery.flot.stack" : { deps: ["flot/jquery.flot"] }, // Jarmon configs "cfg/jarmon-winston": { deps: ["jquery", "jarmon"] }, - "cfg/jarmon-proton": { deps: ["jquery", "jarmon"] }, + "cfg/jarmon-mav": { deps: ["jquery", "jarmon"] }, }, paths: { "flot" : "/3rd-party/yarn/flot", |