Skip to content

Commit

Permalink
Merge pull request #35 from matzkoh/renovate/sort-package-json-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
matzkoh authored Feb 20, 2021
2 parents 3392cec + 13ba25e commit be38a89
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 25 deletions.
1 change: 0 additions & 1 deletion .github/funding.yml

This file was deleted.

40 changes: 20 additions & 20 deletions lib/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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\\": \\"*\\",
Expand Down Expand Up @@ -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\\": \\"*\\",
Expand Down Expand Up @@ -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\\": \\"*\\",
Expand Down Expand Up @@ -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\\": \\"*\\",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test:unit": "jest"
},
"dependencies": {
"sort-package-json": "1.48.1"
"sort-package-json": "1.49.0"
},
"devDependencies": {
"jest": "26.6.3",
Expand Down

0 comments on commit be38a89

Please sign in to comment.