diff options
Diffstat (limited to 'build/package.json')
-rw-r--r-- | build/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/package.json b/build/package.json index 86152531026..271a31d3471 100644 --- a/build/package.json +++ b/build/package.json @@ -4,7 +4,7 @@ "version": "0.0.2", "author": { "name": "Vincent Petry", - "email": "pvince81@owncloud.com" + "email": "vincent@nextcloud.com" }, "private": true, "homepage": "https://github.com/nextcloud/", @@ -25,5 +25,8 @@ "puppeteer": "^13.0.1", "sinon": "<= 5.0.7" }, + "overrides": { + "colors": "1.4.0" + }, "engine": "node >= 6.9" } |