aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-01-06 13:33:18 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2017-01-06 13:33:18 +0100
commitccab1168cee83509e57fb1d6e843c989cab634ba (patch)
tree2d6a230496d8ffe42a825f7c3d7d9abb6730e450 /build
parent5e02c7f7bd152ce731a5d9796ba87bd72c2fb3fc (diff)
downloadnextcloud-server-ccab1168cee83509e57fb1d6e843c989cab634ba.tar.gz
nextcloud-server-ccab1168cee83509e57fb1d6e843c989cab634ba.zip
Fix js tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r--build/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json
index 6058d6785e0..67e999aaf31 100644
--- a/build/package.json
+++ b/build/package.json
@@ -17,7 +17,8 @@
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs-prebuilt": "*",
- "jasmine-core": "~2.5.2"
+ "jasmine-core": "~2.5.2",
+ "node-sass": "~4.1.1"
},
"engine": "node >= 0.8"
}