Skip to content

Commit 3efdd70

Browse files
🤖 config(fixpack): Update or create .fixpackrc.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/fixpack:configure.js Please contact the author of the transform if you believe there was an error.
1 parent 19cf8ef commit 3efdd70

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

.fixpackrc

+73
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
{
2+
"files": [
3+
"package.json"
4+
],
5+
"quiet": false,
6+
"required": [
7+
"name",
8+
"version"
9+
],
10+
"requiredOnPrivate": [],
11+
"sortToTop": [
12+
"name",
13+
"description",
14+
"version",
15+
"license",
16+
"author",
17+
"homepage",
18+
"repository",
19+
"bugs",
20+
"keywords",
21+
"sideEffects",
22+
"type",
23+
"source",
24+
"main",
25+
"module",
26+
"esmodule",
27+
"umd:main",
28+
"unpkg",
29+
"exports",
30+
"files",
31+
"scripts",
32+
"bundledDependencies",
33+
"dependencies",
34+
"optionalDependencies",
35+
"peerDependencies",
36+
"peerDependenciesMeta",
37+
"devDependencies"
38+
],
39+
"sortedSubItems": [
40+
"keywords",
41+
"exports",
42+
"files",
43+
"scripts",
44+
"bundledDependencies",
45+
"dependencies",
46+
"optionalDependencies",
47+
"peerDependencies",
48+
"peerDependenciesMeta",
49+
"devDependencies"
50+
],
51+
"warn": [
52+
"description",
53+
"author",
54+
"repository",
55+
"keywords",
56+
"main",
57+
"bugs",
58+
"homepage",
59+
"license",
60+
"files"
61+
],
62+
"warnOnPrivate": [
63+
"name",
64+
"version",
65+
"description",
66+
"main"
67+
],
68+
"dryRun": false,
69+
"wipe": false,
70+
"indent": null,
71+
"newLine": null,
72+
"finalNewLine": null
73+
}

0 commit comments

Comments
 (0)