|
48 | 48 | "@types/react-autosuggest": "^9.3.2",
|
49 | 49 | "@types/react-dom": "^16.0.3",
|
50 | 50 | "@types/react-tagsinput": "^3.19.0",
|
51 |
| - "@types/should": "^13.0.0", |
52 | 51 | "@types/sinon": "^4.1.2",
|
53 | 52 | "@types/tmp": "0.0.33",
|
54 | 53 | "@types/webdriverio": "^4.8.6",
|
|
90 | 89 | "typescript": "^2.6.2",
|
91 | 90 | "xvfb-maybe": "^0.2.1"
|
92 | 91 | },
|
93 |
| - "platformSpecificDependencies": [["7zip-bin-mac"], ["7zip-bin-win"], ["7zip-bin-linux"]], |
| 92 | + "platformSpecificDependencies": [ |
| 93 | + [ |
| 94 | + "7zip-bin-mac" |
| 95 | + ], |
| 96 | + [ |
| 97 | + "7zip-bin-win" |
| 98 | + ], |
| 99 | + [ |
| 100 | + "7zip-bin-linux" |
| 101 | + ] |
| 102 | + ], |
94 | 103 | "scripts": {
|
95 | 104 | "build": "gulp clean:build && gulp build:tests",
|
96 | 105 | "start": "electron .",
|
|
102 | 111 | "debugtestmain": "xvfb-maybe electron-mocha --debug --interactive ./app/test/main",
|
103 | 112 | "precover:e2e": "gulp clean:build",
|
104 | 113 | "cover:e2e": "xvfb-maybe gulp report:e2e",
|
105 |
| - "precover": |
106 |
| - "cross-env NODE_ENV=coverage run-s -n cover:e2e \"test:{main,renderer} -- --require ./support/istanbul-reporter\"", |
| 114 | + "precover": "cross-env NODE_ENV=coverage run-s -n cover:e2e \"test:{main,renderer} -- --require ./support/istanbul-reporter\"", |
107 | 115 | "cover": "nyc report --temp-directory ./coverage/raw --reporter=html --reporter=lcov",
|
108 | 116 | "precoveralls": "npm run cover",
|
109 | 117 | "coveralls": "coveralls < ./coverage/lcov.info",
|
|
125 | 133 | },
|
126 | 134 | "linux": {
|
127 | 135 | "category": "Utility",
|
128 |
| - "target": ["AppImage", "deb", "rpm"] |
| 136 | + "target": [ |
| 137 | + "AppImage", |
| 138 | + "deb", |
| 139 | + "rpm" |
| 140 | + ] |
129 | 141 | }
|
130 | 142 | }
|
131 | 143 | }
|
0 commit comments