Skip to content

Commit 89b8293

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 25, 2021
🤖 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/e086830dfe927964be93f46b8ecdacd2597eb487/src/transforms/fixpack:configure.js Please contact the author of the transform if you believe there was an error.
1 parent 36e8319 commit 89b8293

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
 

‎.fixpackrc

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

0 commit comments

Comments
 (0)
Please sign in to comment.