We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90357b4 commit cbd9439Copy full SHA for cbd9439
.gitignore
@@ -3,4 +3,5 @@ node_modules
3
dist
4
assets
5
yarn.lock
6
-.parcel-cache/
+.parcel-cache/
7
+.yarn/
package.json
@@ -11,9 +11,10 @@
11
"generateVersion": "git describe --tags > assets/VERSION.txt"
12
},
13
"devDependencies": {
14
+ "@parcel/transformer-inline-string": "2.8.3",
15
"autoprefixer": "^10.4.2",
16
"gh-pages": "^3.2.3",
- "parcel": "^2.7.0"
17
+ "parcel": "^2.8.3"
18
19
"dependencies": {
20
"@fontsource/roboto-mono": "^4.5.8",
@@ -25,4 +26,4 @@
25
26
"wavefile": "^11.0.0",
27
"wavesurfer.js": "^6.2.0"
28
}
-}
29
+}
0 commit comments