Merge pull request #9630 from nextcloud/backport/9627/stable12
[stable12] Limit Sinon version to 5.0.7 at most
This commit is contained in:
commit
46a694513f
|
@ -24,7 +24,7 @@
|
|||
"karma-phantomjs-launcher": "*",
|
||||
"phantomjs-prebuilt": "*",
|
||||
"node-sass": "~4.1.1",
|
||||
"sinon": "*"
|
||||
"sinon": "<= 5.0.7"
|
||||
},
|
||||
"engine": "node >= 6.9"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue