Skip to content

Commit

Permalink
v10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm committed Apr 18, 2024
1 parent 1f75688 commit 571c281
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.3.1",
"version": "10.4.0",
"description": "react-native hot update",
"main": "src/index.ts",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export function log(...args: any[]) {
console.log('pushy: ', ...args);
}


const ping = async (url: string) =>
Promise.race([
fetch(url, {
Expand Down

0 comments on commit 571c281

Please sign in to comment.