Skip to content

Commit 479d280

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/make-github-pseudonymous-again/rejuvenate/blob/ebf7e47fdba6d4d1465a98658ef1d4e78f0eace6/src/transforms/fixpack:configure.js Please contact the author of the transform if you believe there was an error.
1 parent c87a5d1 commit 479d280

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

.fixpackrc

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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+
"publishConfig",
32+
"scripts",
33+
"bundledDependencies",
34+
"dependencies",
35+
"optionalDependencies",
36+
"peerDependencies",
37+
"peerDependenciesMeta",
38+
"devDependencies"
39+
],
40+
"sortedSubItems": [
41+
"keywords",
42+
"exports",
43+
"files",
44+
"scripts",
45+
"bundledDependencies",
46+
"dependencies",
47+
"optionalDependencies",
48+
"peerDependencies",
49+
"peerDependenciesMeta",
50+
"devDependencies"
51+
],
52+
"warn": [
53+
"description",
54+
"author",
55+
"repository",
56+
"keywords",
57+
"main",
58+
"bugs",
59+
"homepage",
60+
"license",
61+
"files"
62+
],
63+
"warnOnPrivate": [
64+
"name",
65+
"version",
66+
"description",
67+
"main"
68+
],
69+
"dryRun": false,
70+
"wipe": false,
71+
"indent": null,
72+
"newLine": null,
73+
"finalNewLine": null
74+
}

0 commit comments

Comments
 (0)