Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from maotovisk/fix/crlf-endings
Browse files Browse the repository at this point in the history
Fix crlf endings
  • Loading branch information
maotovisk authored Jul 7, 2023
2 parents ab38ddf + cc1448a commit d6266a7
Show file tree
Hide file tree
Showing 7 changed files with 167 additions and 127 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "map-wizard",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,10 +11,11 @@
"tauri": "tauri"
},
"dependencies": {
"@fontsource/noto-sans-jp": "^5.0.3",
"@fontsource/noto-sans-jp": "^5.0.4",
"@igor.dvlpr/normalized-string": "^1.0.1",
"@melloware/coloris": "^0.21.0",
"@tauri-apps/api": "^1.4.0",
"beercss": "^3.2.10",
"beercss": "^3.2.13",
"colorjoe": "^4.2.0",
"hex-rgb": "^5.0.0",
"material-dynamic-colors": "^0.1.7",
Expand All @@ -33,11 +34,11 @@
"smui-theme": "7.0.0-beta.12",
"svelte": "^3.59.2",
"svelte-awesome-color-picker": "^2.4.6",
"svelte-check": "^3.4.4",
"svelte-check": "^3.4.5",
"svelte-preprocess": "^5.0.4",
"svelte-routing": "^1.11.0",
"tslib": "^2.6.0",
"typescript": "^4.9.5",
"vite": "^4.3.9"
"vite": "^4.4.1"
}
}
Loading

0 comments on commit d6266a7

Please sign in to comment.