Skip to content

Commit cbd9439

Browse files
committed
update parcel and ignore yarn dir
1 parent 90357b4 commit cbd9439

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
dist
44
assets
55
yarn.lock
6-
.parcel-cache/
6+
.parcel-cache/
7+
.yarn/

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@
1111
"generateVersion": "git describe --tags > assets/VERSION.txt"
1212
},
1313
"devDependencies": {
14+
"@parcel/transformer-inline-string": "2.8.3",
1415
"autoprefixer": "^10.4.2",
1516
"gh-pages": "^3.2.3",
16-
"parcel": "^2.7.0"
17+
"parcel": "^2.8.3"
1718
},
1819
"dependencies": {
1920
"@fontsource/roboto-mono": "^4.5.8",
@@ -25,4 +26,4 @@
2526
"wavefile": "^11.0.0",
2627
"wavesurfer.js": "^6.2.0"
2728
}
28-
}
29+
}

0 commit comments

Comments
 (0)