Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-01-06 15:33:18 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-01-06 15:33:18 +0300
commitccab1168cee83509e57fb1d6e843c989cab634ba (patch)
tree2d6a230496d8ffe42a825f7c3d7d9abb6730e450 /build/package.json
parent5e02c7f7bd152ce731a5d9796ba87bd72c2fb3fc (diff)
Fix js tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build/package.json')
-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"
}