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",
"main": "index.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"bare-path": "^2.1.0",
"redhat-overpass-font": "^1.0.0"
"name": "pear-runtime",
"main": "index.html",
"type": "module",
"pear": {
"gui": {
"backgroundColor": "#151517",
"height": 780,
"width": 1120
}
},
"dependencies": {
"redhat-overpass-font": "^1.0.0"
}
}