Skip to content

Commit

Permalink
Automatically created by Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI authored and Travis CI committed Sep 26, 2019
1 parent b1444ec commit 9f99fc1
Showing 1 changed file with 28 additions and 5 deletions.
33 changes: 28 additions & 5 deletions 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",
Expand All @@ -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,
Expand All @@ -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 <sandbox_JSUI@coveo.com> (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",
Expand Down Expand Up @@ -160,4 +183,4 @@
"hoek": "4.2.1"
},
"snyk": true
}
}

0 comments on commit 9f99fc1

Please sign in to comment.