Skip to content

Commit

Permalink
Move auto config into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 26, 2023
1 parent a171df7 commit 4e2fdc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
15 changes: 0 additions & 15 deletions auto.config.ts

This file was deleted.

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,16 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"auto": {
"baseBranch": "main",
"plugins": [
"npm",
"released"
],
"shipit": {
"onlyGraduateWithReleaseLabel": true
}
},
"docs": "https://www.chromatic.com/docs/cli",
"storybook": {
"icon": "https://user-images.githubusercontent.com/263385/101995175-2e087800-3c96-11eb-9a33-9860a1c3ce62.gif",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"exclude": ["node_modules", "auto.config.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
Expand Down

0 comments on commit 4e2fdc3

Please sign in to comment.