mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
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:
commit
4ea7dbbc1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue