Skip to content

Commit

Permalink
chore: change release folders
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jan 13, 2025
1 parent 9ebedc7 commit f6216ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"author": "Simon Lydell",
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
"repository": "prettier/eslint-config-prettier",
"bin": "bin/cli.js",
"bin": "build/bin/cli.js",
"files": [
"build"
],
"keywords": [
"eslint",
"eslintconfig",
Expand Down Expand Up @@ -60,8 +63,5 @@
"prettier": "3.1.0",
"typescript": "5.3.2",
"vue-eslint-parser": "9.3.2"
},
"publishConfig": {
"directory": "build"
}
}

0 comments on commit f6216ce

Please sign in to comment.