Skip to content

Commit

Permalink
Fix the Electron version used to build the node-sass native module on…
Browse files Browse the repository at this point in the history
… Linux x64
  • Loading branch information
sedwards2009 committed Mar 15, 2017
1 parent d3b32ae commit 1eb3119
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

mkdir output
docker run -i -t --rm -e ELECTRON_VERSION=1.3.4 -e NODESASS_VERSION=v4.1.0 -v $(pwd)/output:/data:rw node-sass-build-env
docker run -i -t --rm -e ELECTRON_VERSION=1.4.12 -e NODESASS_VERSION=v4.1.0 -v $(pwd)/output:/data:rw node-sass-build-env
Binary file modified src/node-sass-binary/linux-x64-50/binding.node
Binary file not shown.

0 comments on commit 1eb3119

Please sign in to comment.