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
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-24 08:42:54 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-03-24 08:42:54 +0300
commit9bd4c406e3e0b7430a45e4833a6def7bde51d9e3 (patch)
treeb82776af6f02d830d7e26f81ec1631dac892a8ef /build
parentab3757718279ca28a9306295b70bff3cc0f8f684 (diff)
also install sinon
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 bc725017e94..4ca1c672bd4 100644
--- a/build/package.json
+++ b/build/package.json
@@ -23,7 +23,8 @@
"karma-junit-reporter": "*",
"karma-phantomjs-launcher": "*",
"phantomjs-prebuilt": "*",
- "node-sass": "~4.1.1"
+ "node-sass": "~4.1.1",
+ "sinon": "*"
},
"engine": "node >= 6.9"
}