Skip to content

Commit e814e70

Browse files
committed
chore: change release folders
1 parent 9ebedc7 commit e814e70

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
"author": "Simon Lydell",
66
"description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
77
"repository": "prettier/eslint-config-prettier",
8-
"bin": "bin/cli.js",
8+
"bin": "build/bin/cli.js",
9+
"main": "build/index.js",
10+
"files": [
11+
"build"
12+
],
913
"keywords": [
1014
"eslint",
1115
"eslintconfig",
@@ -60,8 +64,5 @@
6064
"prettier": "3.1.0",
6165
"typescript": "5.3.2",
6266
"vue-eslint-parser": "9.3.2"
63-
},
64-
"publishConfig": {
65-
"directory": "build"
6667
}
6768
}

0 commit comments

Comments
 (0)