Update package.json #1809

Closed
kodxana wants to merge 1 commit from Lbry-Pi into master

View file

@ -22,13 +22,13 @@
"scripts": {
"extract-langs": "node build/extractLocals.js",
"compile": "electron-webpack && yarn extract-langs",
"build": "yarn compile && electron-builder build",
"build": "yarn compile && electron-builder build --arch=armv7l",
"build:dir": "yarn build -- --dir -c.compression=store -c.mac.identity=null",
"dev": "electron-webpack dev",
"lint": "eslint 'src/**/*.{js,jsx}' --fix && flow",
"format": "prettier 'src/**/*.{js,jsx,scss,json}' --write",
"flow-defs": "flow-typed install",
"release": "yarn compile && electron-builder build",
"release": "yarn compile && electron-builder build --arch=armv7l",
"precommit": "lint-staged",
"preinstall": "yarn cache clean lbry-redux",
"postinstall": "electron-builder install-app-deps && node build/downloadDaemon.js"
@ -47,7 +47,7 @@
"find-process": "^1.1.0",
"formik": "^0.10.4",
"hast-util-sanitize": "^1.1.2",
"keytar": "^4.2.1",
"keytar": "kodxana/node-keytar",
"lbry-redux": "lbryio/lbry-redux#e0909b08647a790d155f3189b9f9bf0b3e55bd17",
"localforage": "^1.7.1",
"mime": "^2.3.1",