prepare publish

Seto committed Feb 7, 2026 at 17:27 UTC 6a0dff9ffcda919d7f8756abdce2680b14b9db8a
1 file changed +14 -5
package.json
+14 -5
@@ -1,8 +1,16 @@
1 {
2 - "name": "tauri-plugin-ios-window-api",
3 - "version": "0.1.0",
4 - "author": "You",
5 - "description": "",
2 + "name": "@smbcloud/tauri-plugin-ios-window-api",
3 + "version": "1.0.0",
4 + "author": "Seto Elkahfi <seto.elkahfi@gmail.com>",
5 + "description": "A Tauri plugin for opening modal windows with WebView on iOS, perfect for OAuth flows and external authentication.",
6 + "homepage": "https://github.com/setoelkahfi/tauri-plugin-ios-window.git",
7 + "repository": {
8 + "type": "git",
9 + "url": "git+https://github.com/setoelkahfi/tauri-plugin-ios-window.git"
10 + },
11 + "bugs": {
12 + "url": "https://github.com/setoelkahfi/tauri-plugin-ios-window/issues"
13 + },
14 "type": "module",
15 "types": "./dist-js/index.d.ts",
16 "main": "./dist-js/index.cjs",
@@ -14,7 +22,8 @@
22 },
23 "files": [
24 "dist-js",
17 - "README.md"
25 + "README.md",
26 + "LICENSE"
27 ],
28 "scripts": {
29 "build": "rollup -c",