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 e814e70
Show file tree
Hide file tree
Showing 2 changed files with 8 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.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"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",
"main": "build/index.js",
"files": [
"build"
],
"keywords": [
"eslint",
"eslintconfig",
Expand Down Expand Up @@ -60,8 +64,5 @@
"prettier": "3.1.0",
"typescript": "5.3.2",
"vue-eslint-parser": "9.3.2"
},
"publishConfig": {
"directory": "build"
}
}

0 comments on commit e814e70

Please sign in to comment.