Skip to content

Commit 6ba68ed

Browse files
committed
rename project to Traverse
1 parent dd9c0f5 commit 6ba68ed

22 files changed

+518
-551
lines changed

logo.png

136 KB
Loading

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "window-reader",
3-
"version": "1.2.6",
2+
"name": "traverse",
3+
"version": "1.0.0",
44
"scripts": {
55
"dev": "tauri dev",
66
"build": "tauri build"
77
},
88
"dependencies": {
9-
"@tauri-apps/api": "^1.0.2",
10-
"@tauri-apps/cli": "^1.0.5",
9+
"@tauri-apps/api": "^1.1.0",
10+
"@tauri-apps/cli": "^1.1.1",
1111
"@vueup/vue-quill": "1.0.0-beta.8",
1212
"@vueuse/core": "7.6.2",
1313
"file-saver": "^2.0.5",
@@ -28,6 +28,6 @@
2828
"vite": "2.8.4",
2929
"vite-plugin-windicss": "1.7.1",
3030
"vue-tsc": "^0.3.0",
31-
"windicss": "^3.4.3"
31+
"windicss": "^3.5.6"
3232
}
3333
}

0 commit comments

Comments
 (0)