File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ addons:
2929 - bsdtar
3030before_install :
3131- npm install -g eslint eslint-config-airbnb
32+ - export CSC_IDENTITY_AUTO_DISCOVERY=false
3233install :
3334- npm install
3435after_success :
Original file line number Diff line number Diff line change 2222 "iconUrl" : " http://rafajaques.com.br/php-assistant/icon.ico"
2323 },
2424 "devDependencies" : {
25- "electron-prebuilt" : " ^1.2.1 " ,
26- "electron-builder" : " ^4.2.2 " ,
25+ "electron-prebuilt" : " ^1.2.2 " ,
26+ "electron-builder" : " ^5.0.3 " ,
2727 "eslint" : " ^2.11.1" ,
2828 "eslint-config-airbnb" : " ^9.0.1" ,
29- "eslint-plugin-import" : " ^1.8.0 " ,
30- "eslint-plugin-jsx-a11y" : " ^1.2.2 " ,
29+ "eslint-plugin-import" : " ^1.8.1 " ,
30+ "eslint-plugin-jsx-a11y" : " ^1.3.0 " ,
3131 "eslint-plugin-react" : " ^5.1.1"
3232 }
3333}
You can’t perform that action at this time.
0 commit comments