rm stray dep

This commit is contained in:
dmc
2024-01-29 16:02:55 +01:00
parent 3fda3df05d
commit 2b3fc63df6

View File

@@ -1,16 +1,15 @@
{ {
"name": "pear-runtime", "name": "pear-runtime",
"main": "index.html", "main": "index.html",
"type": "module", "type": "module",
"pear": { "pear": {
"gui": { "gui": {
"backgroundColor": "#151517", "backgroundColor": "#151517",
"height": 780, "height": 780,
"width": 1120 "width": 1120
}
},
"dependencies": {
"bare-path": "^2.1.0",
"redhat-overpass-font": "^1.0.0"
} }
},
"dependencies": {
"redhat-overpass-font": "^1.0.0"
}
} }