Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web-editor/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"semi": true,
"singleQuote": true,
"printWidth": 100
}
2 changes: 1 addition & 1 deletion web-editor/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Denki Oto Web MIDI Editor
# denki oto Web MIDI Editor

This template should help get you started developing with Vue 3 in Vite.

Expand Down
2 changes: 1 addition & 1 deletion web-editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Denki Oto Web MIDI Configurator</title>
<title>Web MIDI Configurator - denki oto</title>
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion web-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "denki-oto-web-midi-editor",
"version": "0.0.1",
"description": "Browser-based configurator for denki oto products",
"productName": "Denki Oto Web MIDI Editor",
"productName": "denki oto Web MIDI Editor",
"author": "Nicholas Sidwell <nicholas@sidwell.dev>",
"private": true,
"type": "module",
Expand Down
Loading
Loading