Skip to content

Commit

Permalink
Snakecase is the way
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed May 6, 2024
1 parent bc9e64e commit a9b7ac8
Show file tree
Hide file tree
Showing 12 changed files with 219 additions and 205 deletions.
4 changes: 2 additions & 2 deletions packages/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Format } from "tsup"
import { Format } from 'tsup';
import { defineConfig } from 'tsup';

export const coreConfig = ({ dtsBanner = '', includeUMD = false, globalName = 'neodrag' } = {}) =>
export const core_config = ({ dtsBanner = '', includeUMD = false, globalName = 'neodrag' } = {}) =>
defineConfig([
{
entry: ['./src/index.ts'],
Expand Down
Loading

0 comments on commit a9b7ac8

Please sign in to comment.