Skip to content

Commit 532cca8

Browse files
authored
Merge pull request #4 from mishaor/linux-support
Added support for Linux
2 parents 8cd8b29 + b0ccd9d commit 532cca8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint": "eslint '**/*.js'",
2121
"precommit": "lint-staged",
2222
"prettier": "prettier --write '**/*.{js,json,css}'",
23-
"start": "cd ./shells/dev && open ./index.html && webpack --config webpack.config.js --watch",
23+
"start": "cd ./shells/dev && opener ./index.html && webpack --config webpack.config.js --watch",
2424
"test": "jest",
2525
"test:chrome": "node ./shells/browser/chrome/test",
2626
"test:firefox": "node ./shells/browser/firefox/test",
@@ -86,6 +86,7 @@
8686
"node-libs-browser": "0.5.3",
8787
"nullthrows": "^1.0.0",
8888
"object-assign": "4.0.1",
89+
"opener": "^1.5.1",
8990
"prettier": "^1.16.1",
9091
"prop-types": "^15.6.2",
9192
"react": "^16.8.0-alpha.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7705,6 +7705,11 @@ [email protected]:
77057705
version "0.0.5"
77067706
resolved "https://registry.yarnpkg.com/open/-/open-0.0.5.tgz#42c3e18ec95466b6bf0dc42f3a2945c3f0cad8fc"
77077707

7708+
opener@^1.5.1:
7709+
version "1.5.1"
7710+
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.1.tgz#6d2f0e77f1a0af0032aca716c2c1fbb8e7e8abed"
7711+
integrity sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==
7712+
77087713
optimist@^0.6.1:
77097714
version "0.6.1"
77107715
resolved "https://registry.yarnpkg.com/optimist/-/optimist-0.6.1.tgz#da3ea74686fa21a19a111c326e90eb15a0196686"

0 commit comments

Comments
 (0)