mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-13 03:18:54 +08:00
required version pinning of uglify-js to 3.17.4 as dependency of grunt-contrib-uglify to avoid / work around a critical build error (JS_Parse_Error [SyntaxError]: Calling delete on expression not allowed in strict mode) on the shipped js/vendor/forge.0.6.9.min.js file
fixes #823
This commit is contained in:
parent
d894689a72
commit
af1cbd527e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
"grunt-contrib-jshint": "^3.0.0",
|
||||
"grunt-contrib-nodeunit": "^5.0.0",
|
||||
"grunt-contrib-sass": "^2.0.0",
|
||||
"uglify-js": "3.17.4",
|
||||
"grunt-contrib-uglify": "^5.0.0",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-html2js": "^0.8.0",
|
||||
|
|
Loading…
Reference in a new issue