diff options
author | eric thul <thul.eric@gmail.com> | 2016-05-24 07:46:39 -0400 |
---|---|---|
committer | eric thul <thul.eric@gmail.com> | 2016-05-24 07:47:27 -0400 |
commit | cfa924ef0cc802a4187ed0a76b8aa668551f052c (patch) | |
tree | 1ce4712a58f6539e22e6388895a76443a12064c9 /package.json | |
parent | ca6262710e2ed6ce6815acd9fe729a0ec5bba1b6 (diff) | |
download | purs-loader-cfa924ef0cc802a4187ed0a76b8aa668551f052c.tar.gz purs-loader-cfa924ef0cc802a4187ed0a76b8aa668551f052c.tar.zst purs-loader-cfa924ef0cc802a4187ed0a76b8aa668551f052c.zip |
Use cross-spawn for windows support
Resolves #50
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 3bdd5ec..4924fc3 100644 --- a/package.json +++ b/package.json | |||
@@ -41,6 +41,7 @@ | |||
41 | "dependencies": { | 41 | "dependencies": { |
42 | "bluebird": "^3.3.5", | 42 | "bluebird": "^3.3.5", |
43 | "chalk": "^1.1.3", | 43 | "chalk": "^1.1.3", |
44 | "cross-spawn": "^3.0.1", | ||
44 | "debug": "^2.2.0", | 45 | "debug": "^2.2.0", |
45 | "globby": "^4.0.0", | 46 | "globby": "^4.0.0", |
46 | "loader-utils": "^0.2.14", | 47 | "loader-utils": "^0.2.14", |