Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switches to cross-spawn to fix issues with Windows shells #50

Merged
merged 2 commits into from
Nov 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion execute.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Based on workshopper-exercise/execute
const spawn = require('child_process').spawn
const spawn = require('cross-spawn')
, path = require('path')
, fs = require('fs')
, after = require('after')
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"homepage": "https://github.com/workshopper/learn-sass#readme",
"dependencies": {
"after": "^0.8.2",
"cross-spawn": "^5.1.0",
"node-sass": "^4.1.0",
"workshopper-adventure": "^5.1.6",
"workshopper-exercise": "^2.7.0",
Expand Down