Skip to content

Commit

Permalink
refactor: small changes (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 9, 2024
1 parent a3c1ab6 commit 0750a65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@

## Installation

```shell
# bun
bun i -D @archoleat/commitlint-define-config
```

```shell
# pnpm
pnpm i -D @archoleat/stylelint-config-extended-scss
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import typescript from '@rollup/plugin-typescript';

const sourceFolder = 'src';

const fileName = 'index';
const fileFormat = 'es';
const fileName = 'index';

const indexFile = `${fileName}.ts`;
const outputFile = `${fileName}.js`;
Expand Down

0 comments on commit 0750a65

Please sign in to comment.