Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twlite committed Oct 9, 2024
1 parent 9a6ab35 commit 22f1746
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Robust cross-platform webview library for Node.js written in Rust. It is a native binding to [tao](https://github.com/tauri-apps/tao) and [wry](https://github.com/tauri-apps/wry) allowing you to easily manage cross platform windowing and webview.

![preview](https://github.com/twlite/webview/raw/main/assets/preview.png)
![preview](https://github.com/webviewjs/webview/raw/main/assets/preview.png)

> [!CAUTION]
> This library is still in development and not ready for production use. Feel free to experiment with it and report any issues you find.
Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm-eabi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/freebsd-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git",
"repository": "[email protected]:webviewjs/webview.git",
"libc": [
"glibc"
]
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": "[email protected]:twlite/webview.git"
"repository": "[email protected]:webviewjs/webview.git"
}

0 comments on commit 22f1746

Please sign in to comment.