Skip to content

Commit

Permalink
[TODO] Remove electron for now https://github.com/electron/electron/i…
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Sep 22, 2017
1 parent 6aaba00 commit 091184f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
"coffee-loader": "^0.8.0",
"cookies-js": "^1.2.3",
"cors": "^2.8.3",
"electron": "^1.6.6",
"envify": "^4.0.0",
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ run () {
case $CIRCLE_NODE_INDEX in
0)
yarn assets
yarn acceptance test/acceptance/*.js
# yarn acceptance test/acceptance/*.js
;;
1)
yarn mocha test/lib/*
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2516,15 +2516,15 @@ concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"

concat-stream@1.6.0, concat-stream@^1.4.6, concat-stream@^1.4.7:
concat-stream@1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
dependencies:
inherits "^2.0.3"
readable-stream "^2.2.2"
typedarray "^0.0.6"

concat-stream@^1.5.0, concat-stream@^1.5.2, concat-stream@~1.5.0, concat-stream@~1.5.1:
concat-stream@^1.4.6, concat-stream@^1.4.7, concat-stream@^1.5.0, concat-stream@^1.5.2, concat-stream@~1.5.0, concat-stream@~1.5.1:
version "1.5.2"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.5.2.tgz#708978624d856af41a5a741defdd261da752c266"
dependencies:
Expand Down Expand Up @@ -3351,7 +3351,7 @@ electron-to-chromium@^1.2.7, electron-to-chromium@^1.3.14:
version "1.3.15"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.15.tgz#08397934891cbcfaebbd18b82a95b5a481138369"

electron@^1.4.4, electron@^1.6.6:
electron@^1.4.4:
version "1.7.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-1.7.1.tgz#a93b8abd1fd6df794839d8602903aacbce74d388"
dependencies:
Expand Down

0 comments on commit 091184f

Please sign in to comment.