Skip to content

Commit

Permalink
Convert to ESM (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif authored Dec 21, 2024
1 parent 4f08a4a commit 5bd6bf7
Show file tree
Hide file tree
Showing 80 changed files with 2,728 additions and 4,447 deletions.
6 changes: 6 additions & 0 deletions .changeset/fresh-bobcats-move.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'homebridge-ring': major
'ring-client-api': major
---

Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version.
6 changes: 1 addition & 5 deletions .ncurc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"reject": [
"socket.io-client",
"@types/socket.io-client",
"@homebridge/camera-utils"
]
"reject": ["socket.io-client", "@types/socket.io-client"]
}
Loading

0 comments on commit 5bd6bf7

Please sign in to comment.