diff --git a/package.json b/package.json index cba6970..7e911e7 100644 --- a/package.json +++ b/package.json @@ -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" + } }