Skip to content

Commit f96373d

Browse files
authored
Merge pull request #39 from MaxWeisen/linuxBuild
Acc Lens Formatting
2 parents fcad38d + b7dbb2a commit f96373d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
"target": [
1818
"deb"
1919
],
20-
"maintainer": "team spearmint"
20+
"icon": "build/icon.*",
21+
"maintainer": "Team Spearmint"
2122
}
2223
},
2324
"main": "public/electron.js",
2425
"bugs": {
25-
"url": "https://github.com/oslabs-beta/spearmint_LA42/issues",
26+
"url": "https://github.com/oslabs-beta/spearmint_LA42/issues"
2627
},
2728
"homepage": "./",
2829
"private": true,
@@ -57,7 +58,7 @@
5758
"xterm-for-react": "^1.0.4"
5859
},
5960
"scripts": {
60-
"install-once": "concurrently \"npm i\" \"npm run electron-rebuild\"",
61+
"install-once": "npm i && npm run electron-rebuild",
6162
"test": "react-app-rewired test --env=jsdom",
6263
"test:e2e": "./node_modules/mocha/bin/mocha src/__tests__/spec.e2e.js",
6364
"test:integra": "mocha src/__tests__/spec.integra.js",

0 commit comments

Comments
 (0)