also install sinon

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-03-23 23:42:54 -06:00
parent ab37577182
commit 9bd4c406e3
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 2 additions and 1 deletions

View File

@ -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"
}