Skip to content

Commit

Permalink
fix: add missing newline at end of package.json and tsconfig.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
bertux committed Jan 5, 2025
1 parent 30eefa2 commit 74ec65a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"ts-node": "10.9.2",
"tsup": "8.3.5"
}
}
}
2 changes: 1 addition & 1 deletion packages/plugin-arthera/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"peerDependencies": {
"whatwg-url": "7.1.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/plugin-arthera/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
"include": [
"src"
]
}
}

0 comments on commit 74ec65a

Please sign in to comment.