Skip to content

Commit

Permalink
publish canary
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed Feb 25, 2023
1 parent d0b4fde commit 6928643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-turbo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-turbo",
"version": "0.0.8",
"version": "0.0.9-canary.0",
"description": "ESLint plugin for Turborepo",
"keywords": [
"turbo",
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin-turbo/tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import { defineConfig, Options } from "tsup";
export default defineConfig((options: Options) => ({
entry: ["lib/index.ts"],
clean: true,
minify: true,
...options,
}));

0 comments on commit 6928643

Please sign in to comment.