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 Dec 19, 2018
1 parent 1e22086 commit cc97a4a
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.0.113",
"version": "2.0.114",
"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 @@ -150,4 +173,4 @@
"underscore": "^1.8.3"
},
"snyk": true
}
}

0 comments on commit cc97a4a

Please sign in to comment.