diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index 3f19f54..0000000 --- a/.github/funding.yml +++ /dev/null @@ -1 +0,0 @@ -github: matzkoh diff --git a/lib/__snapshots__/index.test.js.snap b/lib/__snapshots__/index.test.js.snap index 5ec50d3..65c3919 100644 --- a/lib/__snapshots__/index.test.js.snap +++ b/lib/__snapshots__/index.test.js.snap @@ -13,15 +13,15 @@ exports[`inferred parser should format: foo/bar/package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\", @@ -56,15 +56,15 @@ exports[`inferred parser should format: package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\", @@ -353,15 +353,15 @@ exports[`json-stringify parser should format: foo/bar/package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\", @@ -396,15 +396,15 @@ exports[`json-stringify parser should format: package.json 1`] = ` \\"license\\": \\"\\", \\"author\\": \\"\\", \\"scripts\\": { + \\"pretest\\": \\"\\", + \\"test\\": \\"\\", + \\"posttest\\": \\"\\", + \\"start\\": \\"\\", \\"prebuild\\": \\"\\", \\"build\\": \\"\\", \\"postbuild\\": \\"\\", - \\"dev\\": \\"\\", \\"lint\\": \\"\\", - \\"start\\": \\"\\", - \\"pretest\\": \\"\\", - \\"test\\": \\"\\", - \\"posttest\\": \\"\\" + \\"dev\\": \\"\\" }, \\"dependencies\\": { \\"A\\": \\"*\\",