Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Add new line to end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Nov 1, 2019
1 parent d3132b9 commit 12a5e26
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
},
"extends": ["prettier"],
"root": true
}
}
2 changes: 1 addition & 1 deletion test/fixtures/foo-linked-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"dependencies": {
"foo-package-1-name": "file:../foo-package-1"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/foo-only-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"devDependencies": {
"foo-package-1-name": "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/foo-only-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"dependencies": {
"foo-package-1-name": "1.1.1"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/foo-package-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-package-3-name": "2.0.0",
"foo-4": "4.0.0"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/foo-package-2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-3": "3.0.0",
"foo-4": "4.0.0"
}
}
}
2 changes: 1 addition & 1 deletion test/fixtures/foo-package-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-3": "3.0.0",
"foo-4": "4.0.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"devDependencies": {
"foo-package-1-name-2": "file:../foo-package-1"
}
}
}
2 changes: 1 addition & 1 deletion test/linked-fixtures/foo-linked-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-package-1-name-2": "1.0.0"
}
}
}
}
2 changes: 1 addition & 1 deletion test/linked-fixtures/foo-only-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-package-1-name-2": "1.0.0"
}
}
}
}
2 changes: 1 addition & 1 deletion test/linked-fixtures/foo-only-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-package-1-name-2": "1.0.0"
}
}
}
}
2 changes: 1 addition & 1 deletion test/linked-fixtures/foo-package-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"foo-package-3-name": "2.0.0",
"foo-4": "4.0.0"
}
}
}

0 comments on commit 12a5e26

Please sign in to comment.