Merge pull request #9627 from nextcloud/limit-sinon-version-to-5.0.7-at-most

Limit Sinon version to 5.0.7 at most
This commit is contained in:
Morris Jobke 2018-05-28 11:05:59 +02:00 committed by GitHub
commit 4ea7dbbc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"karma-viewport": "^0.4.2",
"phantomjs-prebuilt": "*",
"node-sass": "~4.1.1",
"sinon": "*"
"sinon": "<= 5.0.7"
},
"engine": "node >= 6.9"
}