From 9f99fc185ba6fe16e0db13fc57b68acf1701e1c2 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 26 Sep 2019 19:58:12 +0000 Subject: [PATCH] Automatically created by Travis CI --- package.json | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a23181a550..dd601a5838 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coveo-search-ui", - "version": "2.7219.4", + "version": "2.7219.5", "description": "Coveo JavaScript Search Framework", "main": "./bin/js/CoveoJsSearch.js", "types": "./bin/ts/CoveoJsSearch.d.ts", @@ -26,7 +26,10 @@ "prepare": "npm run snyk-protect" }, "lint-staged": { - "*.{js,ts,json,scss}": ["prettier --write", "git add"] + "*.{js,ts,json,scss}": [ + "prettier --write", + "git add" + ] }, "prettier": { "printWidth": 140, @@ -36,13 +39,33 @@ "type": "git", "url": "git+https://github.com/coveo/search-ui.git" }, - "keywords": ["coveo", "search", "ui", "framework", "js", "typescript", "jssearch", "jsui"], + "keywords": [ + "coveo", + "search", + "ui", + "framework", + "js", + "typescript", + "jssearch", + "jsui" + ], "author": "Coveo (http://source.coveo.com/)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/coveo/search-ui/issues" }, - "files": ["bin", "pages", "gulpTasks", "images", "templates", "strings", "filetypes", "lib", "src", "typings"], + "files": [ + "bin", + "pages", + "gulpTasks", + "images", + "templates", + "strings", + "filetypes", + "lib", + "src", + "typings" + ], "homepage": "https://github.com/coveo/search-ui#readme", "devDependencies": { "@salesforce-ux/design-system": "^2.6.0", @@ -160,4 +183,4 @@ "hoek": "4.2.1" }, "snyk": true -} +} \ No newline at end of file