From 470a756d7f14772e8414da9c17b1c3e9f3c362fb Mon Sep 17 00:00:00 2001 From: justanotheranonymoususer Date: Mon, 29 Aug 2016 12:39:18 +0300 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 249063b..1a83163 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A LevelDB GUI based on atom-shell.", "main": "index.js", "scripts": { - "start": "npm run styles && npm run layouts && electron .", + "start": "npm run styles && npm run layouts && electron . --force-renderer-accessibility", "styles": "node_modules/.bin/stylus ./styles/index.styl -o ./assets/css", "layouts": "node_modules/.bin/jade ./layouts/index.jade -o ./assets/html" },